hello, i am executing kedro run --env base --param...
# questions
v
hello, i am executing kedro run --env base --params param1=value,1param2=value2,param3=value3 but i cant override the parameter.yml files. the yml files are structured like this : variable : ${variable}. the goal is to pass the parameters from the cli and not "have" an env variable. any ideas?
j
Hi Vyronas, Thank you for your question. Have you check Below Kedro docs? https://docs.kedro.org/en/stable/configuration/parameters.html#how-to-specify-parameters-at-runtime
v
yes but i don't figure out sth yet .. i pass the params from the cli but when the proejct goes to settings.py (it contains custom code and i cant change for production purposes) all the parameters are assigned as None