Downstream lineage only: every consumer of this table.
/downstream <table>
## Overview `/downstream` returns only the downstream side of a table's lineage graph: every table that is built from this one, resolved through registered pipelines. Catalog-backed; requires control-plane auth. ## Behavior - Fetches from the catalog lineage endpoint with direction `downstream`. - Each row is a drill-in to `/describe` on that consumer. - Use `/lineage` for both directions, `/upstream` for sources only. - Only edges produced by registered pipelines are traced.
/downstream sales.orders
/downstream bronze.clicks