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

Fabian

12/01/2022, 10:59 AM
Hi Team, is there an example of how to programmatically create pipelines? In my usecase i want to apply the same pipeline on a variable number of datasets. Output names of my pipeline should be dependant on the input filenames.
m

marrrcin

12/01/2022, 11:16 AM
Are your datasets known upfront?
f

Fabian

12/01/2022, 11:26 AM
Yes they are
I only want to avoid manually namespacing 20 pipelines
m

marrrcin

12/01/2022, 11:33 AM
So you can generate the pipeline in a loop then
4 Views