Extract Downstream Subgraph
Returns a new pipeline containing the named node and all nodes that transitively depend on it (descendants in the DAG).
p (Pipeline): The
pipeline.
name (String): The name of the
target node.
A new pipeline with only the node and its descendants.
p |> downstream_of("data")