You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2021/03/16 23:41:19 UTC

[superset] branch master updated: fix: Slack dashboard has stale charts (#13655)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 98a26e7  fix: Slack dashboard has stale charts (#13655)
98a26e7 is described below

commit 98a26e762849eaba6acfb6a088ce52ff0d54e729
Author: Beto Dealmeida <ro...@dealmeida.net>
AuthorDate: Tue Mar 16 16:40:23 2021 -0700

    fix: Slack dashboard has stale charts (#13655)
---
 superset/examples/configs/charts/Messages_per_Channel.yaml | 2 +-
 superset/examples/configs/charts/Weekly_Messages.yaml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset/examples/configs/charts/Messages_per_Channel.yaml b/superset/examples/configs/charts/Messages_per_Channel.yaml
index 29a6202..ab32066 100644
--- a/superset/examples/configs/charts/Messages_per_Channel.yaml
+++ b/superset/examples/configs/charts/Messages_per_Channel.yaml
@@ -87,7 +87,7 @@ params:
   slice_id: 2395
   stacked_style: stream
   time_grain_sqla: P1D
-  time_range: Last quarter
+  time_range: No filter
   time_range_endpoints:
   - inclusive
   - exclusive
diff --git a/superset/examples/configs/charts/Weekly_Messages.yaml b/superset/examples/configs/charts/Weekly_Messages.yaml
index daeb72c..6b81cb0 100644
--- a/superset/examples/configs/charts/Weekly_Messages.yaml
+++ b/superset/examples/configs/charts/Weekly_Messages.yaml
@@ -37,7 +37,7 @@ params:
   start_y_axis_at_zero: true
   subheader_font_size: 0.15
   time_grain_sqla: P1W
-  time_range: Last quarter
+  time_range: No filter
   time_range_endpoints:
   - inclusive
   - exclusive