You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2020/04/29 20:57:44 UTC

[incubator-superset] branch master updated: Make cache work again for annotations (#9688)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 62a15f0  Make cache work again for annotations (#9688)
62a15f0 is described below

commit 62a15f027dc1e8701ef82599842169b4d23bf8b5
Author: Bogdan <b....@gmail.com>
AuthorDate: Wed Apr 29 13:57:31 2020 -0700

    Make cache work again for annotations (#9688)
    
    Co-authored-by: bogdan kyryliuk <bo...@dropbox.com>
---
 superset/connectors/sqla/models.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset/connectors/sqla/models.py b/superset/connectors/sqla/models.py
index 705cb31..8439aa9 100644
--- a/superset/connectors/sqla/models.py
+++ b/superset/connectors/sqla/models.py
@@ -84,6 +84,7 @@ class AnnotationDatasource(BaseDatasource):
     """
 
     cache_timeout = 0
+    changed_on = None
 
     def query(self, query_obj: Dict[str, Any]) -> QueryResult:
         error_message = None