Hello everyone! Does anyone know how to add parame...
# questions
a
Hello everyone! Does anyone know how to add parameters to a pipeline without having to load that with
OmegaConf
and rather inject it in the CLI when running
kedro run --pipeline our_pipeline param1 param2 --env=local
?