Nikos Kaltsas
11/16/2023, 5:44 PMparams:my_param
in the xx
pipeline & I run my pipeline as follows
run --pipeline xx --env prod --params "my_param:potato"
When running I get:~
kedro.pipeline.modular_pipeline.ModularPipelineError: Failed to map datasets and/or parameters: params:my_param
~However, if I add a after_catalog_created
hook and debug, within the hook there is a perfectly evaluated catalog with both the env
parameters and my_param
any pointers to what I should change appreciated!~
> Nok Lam Chan
11/17/2023, 8:48 AMNikos Kaltsas
11/17/2023, 9:06 AM