upstream_of

Extract Upstream Subgraph

Returns a new pipeline containing the named node and all of its transitive dependencies (ancestors in the DAG).

Parameters

Returns

A new pipeline with only the node and its ancestors.

Examples

p |> upstream_of("predictions")

See Also

subgraph, downstream_of