Project Lineage
Visualize dependencies between all resources in your project as a directed graph.

Opening
- File > Project Lineage
- Search "Project Lineage" in the command palette
Graph View
Resources are displayed as nodes and dependencies as edges (arrows). Nodes are color-coded by type:
| Node Type | Color | Description |
|---|---|---|
| Dataset | Blue | Original dataset (Primary) |
| Derived | Purple | Transformed dataset |
| Report | Green | Report |
| Tab | Orange | Currently open tab |
| Model | Red | Trained model |
Filter Bar
Use the toggle buttons at the top to filter which node types are displayed. Hide irrelevant node types to focus on specific dependencies.
Interactions
| Action | Result |
|---|---|
| Drag | Pan the graph |
| Scroll | Zoom in/out |
| Click | Select a node and show the detail panel |
| Double-click | Open the corresponding tab |
| Right-click | Show the context menu |
Detail Panel
Click a node to display the detail panel on the right side.

The information shown depends on the node type:
- Dataset / Derived: Overview, source, description, schema, transformation info
- Report: Element count
- Model: Type, training data
Context Menu
Right-click a node for the following actions:
- Open - Open the node
- Delete - Delete the node (with dependency check)
- Reload - Reload the dataset (Primary only)
- Edit Operation - Edit the transformation (Derived only)
See also
- Project Management - Overview of project management features
- Project Overview - View and manage resources
- Compare Projects - Compare project versions