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). Arrows indicate the direction of data flow, pointing from source datasets to derived datasets, and from datasets to reports and models. The graph is laid out left to right, with source data on the left and derived resources on the right.

Nodes are color-coded by type. Each node displays its name, type, and meta information.

Node types

  • Dataset - An imported original dataset
  • Derived - A dataset generated by a transformation such as SQL Query or Crosstab
  • Report - A report
  • Tab - A currently open tab such as Data Table or Graph Builder. Because tabs reference datasets, you can see which datasets are used by which tabs
  • Model - A 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

ActionResult
DragPan the graph
ScrollZoom in/out
ClickSelect a node and show the detail panel. All upstream and downstream dependencies are highlighted
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:

Node TypeInformation
DatasetOverview, source, description, schema
DerivedOverview, description, schema, transformation
ReportElement count
ModelType, training data

Context Menu

Right-click a node for the following actions:

  • Open - Opens the node. For Tab nodes, this is displayed as Focus
  • Delete - Deletes the node. If there are dependent resources, a confirmation dialog shows the affected scope. See Cascade Deletion for details. For Tab nodes, this is displayed as Close
  • Reload Dataset... - Reloads the data for a Dataset
  • Edit Operation... - Edits the transformation of a Derived Dataset. Currently only SQL Query datasets are editable. For other operation types, this item is disabled and the tooltip explains why

See also