I am not sure if I get it correctly, this look lik...
# beginners-need-help
n
I am not sure if I get it correctly, this look like just iterating some kind of configuration and then calling the same pipeline and override certain parameters? If that's the case
kedro run --params=<config>
or just use the Python API with
KedroSessions.create(extra_params=<params>)
then do a
session.run(pipeline=<some_pipeline>)