So on the Python side we have algebra that allows ...
# advanced-need-help
d
So on the Python side we have algebra that allows you to add pipelines together into one,
Pipeline([a,b]) + Pipeline([c,d]) = Pipeline([a,b,c,d])
This is will make one big pipeline, but it must still be acyclic to run both on the Kedro and Viz side