diff --git a/ingestion/src/metadata/ingestion/source/database/sql_column_handler.py b/ingestion/src/metadata/ingestion/source/database/sql_column_handler.py index 83c58d40aa2..2a8001313f4 100644 --- a/ingestion/src/metadata/ingestion/source/database/sql_column_handler.py +++ b/ingestion/src/metadata/ingestion/source/database/sql_column_handler.py @@ -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"])