mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 11:09:14 +00:00
null-type-column-handling-added (#10234)
This commit is contained in:
parent
7a59bc7676
commit
f53d5349ef
@ -219,7 +219,7 @@ class SqlColumnHandlerMixin:
|
||||
precision = ColumnTypeParser.check_col_precision(
|
||||
col_type, column["type"]
|
||||
)
|
||||
if col_type == "NULL" or col_type is None:
|
||||
if col_type is None:
|
||||
col_type = DataType.VARCHAR.name
|
||||
data_type_display = col_type.lower()
|
||||
logger.warning(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user