/upstream

Upstream lineage only: every table this one depends on.

Category: slash-commands

Syntax

/upstream <table>

Description

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

Examples

/upstream sales.orders
/upstream gold.daily_revenue

See Also

Open in interactive docs →   DeltaForge home →