datahub-project / datahub

The Metadata Platform for your Data and AI Stack
https://datahubproject.io
Apache License 2.0
9.93k stars 2.94k forks source link

feat(ingest): handle mssql casing issues in lineage #11920

Closed hsheth2 closed 3 hours ago

hsheth2 commented 7 hours ago

MSSQL is case insensitive but case preserving. To handle this, we treat identifiers as case insensitive.

Requires that convert_urns_to_lowercase: true is set during ingestion. Closes #11322.

Checklist