Join the Kedro community

Updated last month

Configuring ParallelRunner: Command Line vs. Parameters.yml

At a glance

Hi all, can I configure the use of ParallelRunner only on the command line or also in parameters.yml?

d
P
2 comments

you can do this with a YAML file via kedro run --config your_params.yml but that's independent from parameters.
https://docs.kedro.org/en/stable/nodes_and_pipelines/run_a_pipeline.html#configure-kedro-run-arguments

Great. Thanks!

Add a reply
Sign up and join the conversation on Slack