/downstream

Downstream lineage only: every consumer of this table.

Category: slash-commands

Syntax

/downstream <table>

Description

## 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.

Examples

/downstream sales.orders
/downstream bronze.clicks

See Also

Open in interactive docs →   DeltaForge home →