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
The lineage updates automatically when:
- you edit dependencies and commit your changes.
- Change the .sql file currently open in your editor.