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
Add schema and a table to the left panel for a table with a timestamp type to see the table metadata (we noticed this in Presto)
When the table metadata shows up see "<class 'superset.models.sql_types.base.literal_dttm_type_factory..TemporalWrapperType'>" for the type instead of the correct type
Left panel
Environment
(please complete the following information):
superset version: master
Checklist
Make sure to follow these steps before submitting your issue - thank you!
I have checked the superset logs for python stacktraces and included it here as text if there are any.
I have reproduced the issue with at least the latest released version of superset.
I have checked the issue tracker for the same issue and I haven't found one similar.
The text was updated successfully, but these errors were encountered:
If you look up a table in sqllab on the left hand side to see the table metadata, tables with timestamp types show up as:
<class 'superset.models.sql_types.base.literal_dttm_type_factory..TemporalWrapperType'>
Expected results
The correct type.
Actual results
<class 'superset.models.sql_types.base.literal_dttm_type_factory..TemporalWrapperType'>
How to reproduce the bug
Left panel
Environment
(please complete the following information):
Checklist
Make sure to follow these steps before submitting your issue - thank you!
The text was updated successfully, but these errors were encountered: