Lineage
Last updated
Was this helpful?
Last updated
Was this helpful?
The Lineage Preview in Paradime IDE helps you visualize and navigate your dbt™ model dependencies while developing. The lineage is based on your current git branch and updates automatically as you work.
Click the Lineage Tab in the Command Panel. Here you can:
View immediate model dependencies (+1/-1)
Navigate to referenced models
Expand to see full lineage graph
Track dependency changes as you develop
Open any dbt™ model in the editor
Click the Lineage tab in the command panel
Review your model's immediate dependencies
Optional: Update the number of visible upstream and downstream dependencies (+1/-1). To view all upstream and downstream dependencies, simply replace fields with "+"
Optional: Click the expand icon to view the full lineage graph
The lineage updates automatically when:
you edit dependencies and commit your changes.
Change the .sql file currently open in your editor.