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
Hey @jzhao62, there is no column typing convert logic in current time grain expression so the TIMESTAMP column should have to be offered. The quick and dirty workaround that is to create a computed column in Superset dataset and apply the computed column as time column for your use case.
hey @zhaoyongjie thanks, i dont know if this situation applies to all time series data or not. If we explicilty cast the timestamp when generating sql on UI, would it be a problem ?
@jzhao62 I totally agree with you. Ideally, the explicit typing conversion should be applied on the temporal column if explicitly defined a column as datetime/date/timestamp.
Bug description
How to reproduce the bug
time-series-data.csv
Screenshots/recordings
Superset version
master / latest-dev
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: