Vyronas Katsos
07/19/2024, 8:43 AMNok Lam Chan
07/19/2024, 10:13 AMkedro run --help
...
...
--conf-source PATH Path of a directory where project configuration
is stored.
--params TEXT Specify extra parameters that you want to pass to
the context initialiser. Items must be separated
by comma, keys - by colon or equals sign,
example: param1=value1,param2=value2. Each
parameter is split by the first comma, so
parameter values are allowed to contain colons,
parameter keys are not. To pass a nested
dictionary as parameter, separate keys by '.',
example: param_group.param1:value1.
-h, --help Show this message and exit.
Vyronas Katsos
07/19/2024, 11:06 AMkedro run --env env -params param1:250,param2:300,param3:600
but when i try to execute kedro run -env env params param1:30,param2:450,param3:100
the model is executed with the first values, i.e. param1:250,param2:300,param3:600
. Any ideas?Nok Lam Chan
07/19/2024, 11:40 AMVyronas Katsos
07/19/2024, 11:52 AM