Hi everyone, I was wondering if it is possible to ...
# questions
z
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
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
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?