OpenMetadata
OpenMetadata copied to clipboard
geography(-1) datatype parsed as NULL in OM instead of GEOGRAPHY
Affected module backend or ingestion
Describe the bug I have a column datatype which is geography in mssql, but it parsed as NULL in OM.
To Reproduce
Ingest mssql table has geography column data type
use get request to get column dataType
the dataType shows NULL instead of GEOGRAPHY
Expected behavior the dataType should be GEOGRAPHY
Version:
- OS: Redhat 8.9
- Python version: 3.9
- OpenMetadata version: 1.4.3
- OpenMetadata Ingestion package version:
Additional context Add any other context about the problem here.