Skip to main content

Column-Level Data Lineage

Atlas Cloud traces column-level data lineage across tables, views, and datasets. Select any column to see exactly where its data comes from, which transformation expressions shape it, and what downstream objects depend on it.

Atlas Cloud lineage graph showing column lineage with a pinned expression

Open the Lineage Graph

In the project overview, click the Lineage tab and select a table or view. Atlas will render the lineage graph for the selected object.

Atlas Cloud overview page with the Lineage tab selected Selecting a table or view in the Atlas Cloud lineage graph

You can also open the lineage graph from the ERD and Docs views:

Use the lineage action to open the graph for the selected object:

Opening the lineage graph from the ERD view in Atlas Cloud

Atlas opens the lineage graph in a modal so you can inspect the object without leaving the current view:

Lineage graph opened in a modal from Atlas Cloud Docs or ERD

Select and Pin Columns

Use [+] and [-] to expand or collapse upstream and downstream nodes.

Expanded upstream and downstream lineage graph in Atlas Cloud

Click a column to inspect its lineage:

Selecting a column in the Atlas Cloud lineage graph

Selecting multiple columns shows their lineage together:

Selecting multiple columns in the Atlas Cloud lineage graph

Click a selected column again to pin it and highlight its lineage path. Click it once more to unpin it:

Pinning a selected column in the Atlas Cloud lineage graph

You can also pin columns that appear elsewhere in the selected lineage path:

Pinning a related column from the selected lineage path in Atlas Cloud

To remove a selected column from the view, click (-) on the column:

Deselecting a column in the Atlas Cloud lineage graph

Inspect Transformation Expressions

Atlas marks transformation steps on the lineage path with [f]. Hover over [f] to preview the expression that transforms upstream fields along the path. This is useful for understanding how derived columns like revenue calculations or status aggregations are built from source fields.

Previewing a transformation expression from the lineage path in Atlas Cloud

Clicking [f] keeps the expression card visible while you continue exploring the graph:

Pinned expression card on the Atlas Cloud lineage graph