hello,
currently I am describing a few tables and views via ODCS (version 3.1.0)
How can I describe a data lineage relationship between a source table and a view on that table.
The view filters the original table data and only contains a sub set of the columns.
I noticed that you can describe relationships between columns but this is not a foreignkey relationship (the only possible value at the moment).
I found some links describing data lineage plans:
Are there any example available?
my goals
- reference existing column/properties in schema (so there is no duplicate column definition)
- make relationship between table and view visisble
- this could mean a general relationship between table and view with a description about the tranformation
- column level data lineage would be nice to have
Perhaps this is already possible but I did not understand the spec enough?
hello,
currently I am describing a few tables and views via ODCS (version 3.1.0)
How can I describe a data lineage relationship between a source table and a view on that table.
The view filters the original table data and only contains a sub set of the columns.
I noticed that you can describe relationships between columns but this is not a foreignkey relationship (the only possible value at the moment).
I found some links describing data lineage plans:
Are there any example available?
my goals
Perhaps this is already possible but I did not understand the spec enough?