Hey guys. I want to generate different pipelines b...
# questions
z
Hey guys. I want to generate different pipelines based on the value of my parameters. So, basically, I can have 3 or 15 pipelines (for example), depending on the value of a few parameters. Is it possible to do that? I see that on the pipeline registry I don't have a kedro context to work with, so maybe using a config loader?
d
Hello! This comes up frequently, search “dynamic” in the bar above and you’ll see lots of discussion on this (and what to be careful about when you do so)
j
in particular, see https://github.com/kedro-org/kedro/issues/2627 for an initial exploration & taxonomy of the different "dynamic" pipelines that exist, and how hard/difficult it is to create them
👍 1
z
Thanks, I will take a look at those.