Upstream lineage only: every table this one depends on.
/upstream <table>
## Overview `/upstream` returns only the upstream side of a table's lineage graph: every source this table is produced from, resolved through registered pipelines. Catalog-backed; requires control-plane auth. ## Behavior - Fetches from the catalog lineage endpoint with direction `upstream`. - Each row is a drill-in to `/describe` on that source table. - Use `/lineage` for both directions in one card, or `/downstream` for consumers only. - Only edges produced by registered pipelines are traced; ad-hoc inserts are not tracked.
/upstream sales.orders
/upstream gold.daily_revenue