Project Lineage

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

Project Lineage tab

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 TypeColorDescription
DatasetBlueOriginal dataset (Primary)
DerivedPurpleTransformed dataset
ReportGreenReport
TabOrangeCurrently open tab
ModelRedTrained 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

ActionResult
DragPan the graph
ScrollZoom in/out
ClickSelect a node and show the detail panel
Double-clickOpen the corresponding tab
Right-clickShow the context menu

Detail Panel

Click a node to display the detail panel on the right side.

Lineage detail panel

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