JOIN and WHERE
Last updated
Last updated
Typically, data lineage tools provide information about the immediate movement of data within the database:
Data from the column t1.c1 flows into v1.c1:
However, this data might be insufficient when it comes to refactoring. For instance, when certain columns aren't involved in the data movement but are only involved in JOIN or WHERE clauses:
Usually, data lineage tools won't provide information about columns t1.id, t1.c2, t2.parent_id, t2.f2, but at Dwh.dev, we've made them visible!