HI everyone I’ve started to migrate my pipelines ...
# questions
m
HI everyone I’ve started to migrate my pipelines to
OmegConfigLoader
(with Kedro 0.18.13) I looks like one can’t pass global params directly as inputs to nodes… Is that the case ? in
conf/base/globals.yml
I have a top level key named
columns
. And I’m getting the following error:
Copy code
ValueError: Pipeline input(s) {'params:columns'} not found in the DataCatalog
Thx in advance Regards M
1
a
Hey Marc, yeah, the params in
globals.yml
are only used to interpolate values to the rest of your config - catalog/params etc. You will have to have a parameter named
columns
👍🏼 1
m
Well noted. Not a big deal. Just wanted to be sure. Thanks Ankita 🙂
👍 1