Fetch both upstream and downstream lineage for a table (columns + pipelines).
/lineage <table>
## Overview `/lineage` returns both upstream and downstream lineage for a table in a single card. Upstream lists every table the target reads from, resolved through registered pipelines and materialized lineage edges; downstream lists every consumer that reads from the target. The card is produced by the control-plane catalog lineage endpoint. ## Behavior - Requires an authenticated control-plane session. Runs no SQL; queries the catalog lineage graph. - Resolution proceeds through the catalog's registered lineage graph. Scripts that have been run ad-hoc (not registered as a pipeline) do not appear as edges. - Each upstream and downstream entry is a drill-in: `/open N` pivots to `/describe` on that table. - For only one direction, use `/upstream` or `/downstream` instead. - For a script-level preview before registering a pipeline, use the offline `/lineage-sql` command. ## Compatibility - Fully-qualified names resolve unambiguously. Partial names resolve against the session's default zone and workspace.
/lineage sales.orders
/lineage gold.customer_360
/lineage silver.events