mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
fix: TemporalWrapperType string representation (#16614)
* fix: TemporalWrapperType string representation * fix tests
This commit is contained in:
@@ -1295,7 +1295,7 @@ class BaseEngineSpec: # pylint: disable=too-many-public-methods
|
||||
# using datetimes
|
||||
if generic_type == GenericDataType.TEMPORAL:
|
||||
column_type = literal_dttm_type_factory(
|
||||
type(column_type), cls, native_type or ""
|
||||
column_type, cls, native_type or ""
|
||||
)
|
||||
is_dttm = generic_type == GenericDataType.TEMPORAL
|
||||
return ColumnSpec(
|
||||
|
||||
Reference in New Issue
Block a user