Channels
advanced-need-help
job-posting
welcome
announcements
resources
plugins-integrations
beginners-need-help
random
introductions
Powered by
#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
Post