mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
refactor: rename DbColumnType to GenericDataType (#12617)
This commit is contained in:
@@ -129,7 +129,7 @@ class AnnotationType(str, Enum):
|
||||
TIME_SERIES = "TIME_SERIES"
|
||||
|
||||
|
||||
class DbColumnType(Enum):
|
||||
class GenericDataType(Enum):
|
||||
"""
|
||||
Generic database column type
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user