https://kedro.org/ logo
#questions
Title
# questions
z

Zoran

03/06/2023, 2:11 PM
Hi everyone, I was wondering if it is possible to repeat the pipeline, or call on another pipeline, depending on the output of the current pipeline, in run time?
d

datajoely

03/06/2023, 2:17 PM
so we typically don’t encourage conditional logic for two reasons: • It makes it very difficult to reconcile with the reproducible philosophy in Kedro • The combinatorial complexity introduced by conditional logic becomes very difficult to maintain
its possible in a round about way
but not something natively supported
z

Zoran

03/06/2023, 2:22 PM
i would need to always have a result to a given pipeline. If something happens in the middle, I need to recreate the results by using the existing pipelines, but with different parameters. If that is not supported by Kedro, how do I achieve this in a round about way?
2 Views