Is there a way we can run a kedro sub pipeline (e....
# advanced-need-help
r
Is there a way we can run a kedro sub pipeline (e.g. data science pipeline) for a list of values set for a param in parameters.yml? One way that I see is by creating the
ds
pipeline as a modular pipeline and then update the
ds
pipeline with each of these key, param values in pipeline_registry.py. Curious if there is any other better way to do this ?