Cannot change data type to date #35301
Replies: 1 comment
-
Hi @Tuinf1! I'm Dosu and I’m helping the superset team. Superset only enables the "time" panel if a column is explicitly marked as temporal in the dataset metadata (the To have Superset recognize a column as a date/time and enable time-based features, you need to either:
After making this change, refresh the dataset so the UI picks up the update. Only columns marked this way will trigger the "time" panel and time-based controls in Explore. This process is metadata-driven and not affected by SQL expressions or calculated columns in the dataset config. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
From the sample data


https://raw.githubusercontent.com/apache-superset/examples-data/master/tutorial_flights.csv
https://superset.apache.org/docs/6.0.0/using-superset/exploring-data
Why can't I change the data type to date if the data is "%Y-%m-%d"
The SQL expression doesn't change the data, and the "time" panel doesn't appear.
Beta Was this translation helpful? Give feedback.
All reactions