OpenMetadata icon indicating copy to clipboard operation
OpenMetadata copied to clipboard

geography(-1) datatype parsed as NULL in OM instead of GEOGRAPHY

Open datapopcorn opened this issue 1 year ago • 0 comments

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 image

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.

datapopcorn avatar Aug 16 '24 09:08 datapopcorn