You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When doing a query in Superset with time granularity, the query fails.
SELECT DATETIME(STRFTIME('%Y-%m-%dT%H:00:00', "DateTime")) AS __timestamp,
COUNT(*) AS count
FROM"https://docs.google.com/spreadsheets/d/1x5q4jaX54Ob0aT-0rBbECv_Q9xwqiYR41LwYVSwgavE/edit?usp=sharing"WHERE"DateTime">='2020-04-16 00:00:00.000000'AND"DateTime"<'2020-04-23 00:00:00.000000'GROUP BY DATETIME(STRFTIME('%Y-%m-%dT%H:00:00', "DateTime"))
ORDER BY count DESCLIMIT10000;
The text was updated successfully, but these errors were encountered:
When doing a query in Superset with time granularity, the query fails.
The text was updated successfully, but these errors were encountered: