downstream_of

Extract Downstream Subgraph

Returns a new pipeline containing the named node and all nodes that transitively depend on it (descendants in the DAG).

Parameters

Returns

A new pipeline with only the node and its descendants.

Examples

p |> downstream_of("data")

See Also

subgraph, upstream_of