Lineage/Lineage by warehouseData Platform Engineer

How do I trace a DuckDB metric back to its raw sources?

Column-level lineage maps each DuckDB output column to the exact upstream columns it depends on, so you can trace any metric to its source.

Command

bruin lineage

Defined in

SQL + YAML

Works with

DuckDB + Bruin CLI

What you get

Metric tracingemergentcolumn-level

How it works in code

$ bruin lineage ./pipeline --downstream  # duckdb

Run bruin lineage and you see the full DuckDB column graph before changing anything.

Know what a change will break

Open source. Emergent column-level lineage across SQL and Python assets.

Sign up to our newsletter

Practical updates on open-source data pipelines, AI analysts, governance, and what we are shipping at Bruin.