This is an automated email from the ASF dual-hosted git repository. suddjian pushed a commit to branch fix/dnd-column-select-sync in repository https://gitbox.apache.org/repos/asf/superset.git
commit 3d8cfa789a1291f2afa1ce0273ef78d4e855116c Author: David Aaron Suddjian <[email protected]> AuthorDate: Wed Aug 4 13:34:12 2021 -0700 fix example --- superset/examples/random_time_series.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/examples/random_time_series.py b/superset/examples/random_time_series.py index 6a33812..394e895 100644 --- a/superset/examples/random_time_series.py +++ b/superset/examples/random_time_series.py @@ -72,7 +72,7 @@ def load_random_time_series_data( tbl = obj slice_data = { - "granularity_sqla": "day", + "granularity_sqla": "ds", "row_limit": app.config["ROW_LIMIT"], "since": "2019-01-01", "until": "2019-02-01",
