OpenMetadata
OpenMetadata copied to clipboard
Mapping between column name with different naming conventions are not appearing on Lineage diagram
Affected module Does it impact the UI, backend or Ingestion Framework?
Describe the bug column level lineage generation for Tables in Azure SQL. I have this scenario to map the tables with different column names between source and target. The query i am passing from Query log lineage is - "INSERT INTO t_EQI_POC (EQUIPMENT_CODE, TENANT_COD,STE_COD) SELECT EQI_COD, TET_COD,STE_COD FROM s_EQI_POC" , In the image the column level lineage is only shown between STE_COD which is the matching column name between 2 entities , where as its not for other 2 columns .. any fix or resolution for this issue?
To Reproduce
Screenshots or steps to reproduce
Expected behavior Column level lineage between respective column is visible
Version:
- OS: [e.g. iOS]
- Python version:
- OpenMetadata version: [e.g. 0.8]
- OpenMetadata Ingestion package version: [e.g.
openmetadata-ingestion[docker]==XYZ]
Additional context Add any other context about the problem here.