View column lineage in a pipeline
To view column lineage:- Select Lineage from the pipeline menu. A lineage panel opens at the bottom of the pipeline editor.
- Select a dataset and column to see how the column was produced within the pipeline.
AVG_SPECIALIST_VISITS highlights the Aggregate gem and shows the expression ROUND(AVG(specialist_visits_expected), 2) used to create the column.


