mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 01:15:08 +00:00
parent
9380b93a18
commit
e640db3192
@ -116,6 +116,7 @@ class SqlColumnHandlerMixin:
|
|||||||
parsed_string["dataLength"] = self._check_col_length(
|
parsed_string["dataLength"] = self._check_col_length(
|
||||||
parsed_string["dataType"], column["type"]
|
parsed_string["dataType"], column["type"]
|
||||||
)
|
)
|
||||||
|
parsed_string["description"] = column.get("comment")
|
||||||
if column["raw_data_type"] == "array":
|
if column["raw_data_type"] == "array":
|
||||||
array_data_type_display = (
|
array_data_type_display = (
|
||||||
repr(column["type"])
|
repr(column["type"])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user