Fix #5525: Fixed Bigquery Comment Issue (#5616)

This commit is contained in:
Mayur Singal 2022-06-27 00:47:33 +05:30 committed by GitHub
parent 9380b93a18
commit e640db3192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,6 +116,7 @@ class SqlColumnHandlerMixin:
parsed_string["dataLength"] = self._check_col_length(
parsed_string["dataType"], column["type"]
)
parsed_string["description"] = column.get("comment")
if column["raw_data_type"] == "array":
array_data_type_display = (
repr(column["type"])