Lineage
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.
How it works
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
Viewing Lineage Dependencies
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
Last updated
Was this helpful?