Hi Team, is there an example of how to programmati...
# questions
f
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
Are your datasets known upfront?
f
Yes they are
I only want to avoid manually namespacing 20 pipelines
m
So you can generate the pipeline in a loop then