AbsaOSS / spline

Data Lineage Tracking And Visualization Solution
https://absaoss.github.io/spline/
Apache License 2.0
599 stars 154 forks source link

Attribute level lineage #1144

Closed saroj9958 closed 1 year ago

saroj9958 commented 1 year ago

Hi Team,

We want attribute level lineage for that we are using DerivesFrom collection. Basically we need source column name ,table name, destination column name and table name for that we are joining derives from>attribute first to get column name but how can we get the table name/uri for source and destination?

We have tried the we can get for the read and write type from joining with operation but for the Transformation type we are not able to get. It will be really helpful if you can guide me, how to join operation and datasource collection and get the table name/uri for transformation type?

Thanks in Advance, Saroj