marioFeynman
05/13/2022, 1:18 AMantony.milne
05/13/2022, 7:45 AMenv
and set it to be the environment name. Then pass params:env
as a node input.
If you want to automate this further so you don't need to manually define env
in the parameters files OR if you want to use the env
itself in the parameters file then your best bet is to use the TemplatedConfigLoader and then follow one of these approaches: https://github.com/kedro-org/kedro/issues/1411#issuecomment-1088350038pip install -U kedro
marioFeynman
05/13/2022, 4:43 PM