https://kedro.org/ logo
#advanced-need-help
Title
# advanced-need-help
d

datajoely

07/14/2021, 1:29 PM
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