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 2021/01/29 14:25:55 UTC

[superset] 17/18: fix: samples should not be timeseries (#12796)

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

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

commit 04565634932896c7c4ad6e8fa4e2e58010323294
Author: Beto Dealmeida <ro...@dealmeida.net>
AuthorDate: Thu Jan 28 00:12:30 2021 -0800

    fix: samples should not be timeseries (#12796)
---
 superset/viz.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset/viz.py b/superset/viz.py
index 63b530c..37fb490 100644
--- a/superset/viz.py
+++ b/superset/viz.py
@@ -240,6 +240,7 @@ class BaseViz:
         query_obj = self.query_obj()
         query_obj.update(
             {
+                "is_timeseries": False,
                 "groupby": [],
                 "metrics": [],
                 "orderby": [],