mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-03 14:13:06 +00:00
Fix glue ingestion issue (#10732)
This commit is contained in:
parent
c24710a811
commit
48cc249b11
@ -332,7 +332,6 @@ class GlueSource(DatabaseServiceSource):
|
||||
parsed_string["dataTypeDisplay"] = str(column["Type"])
|
||||
parsed_string["dataType"] = "UNION"
|
||||
parsed_string["name"] = column["Name"][:64]
|
||||
parsed_string["dataTypeDisplay"] = column["Type"]
|
||||
parsed_string["dataLength"] = parsed_string.get("dataLength", 1)
|
||||
parsed_string["description"] = column.get("Comment")
|
||||
yield Column(**parsed_string)
|
||||
|
Loading…
x
Reference in New Issue
Block a user