michellethomas opened a new issue #16258: URL: https://github.com/apache/superset/issues/16258
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.<locals>.TemporalWrapperType'> ### Expected results The correct type. ### Actual results <class 'superset.models.sql_types.base.literal_dttm_type_factory.<locals>.TemporalWrapperType'> #### How to reproduce the bug 1. 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) 2. When the table metadata shows up see "<class 'superset.models.sql_types.base.literal_dttm_type_factory.<locals>.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! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [x] I have reproduced the issue with at least the latest released version of superset. - [x] I have checked the issue tracker for the same issue and I haven't found one similar. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
