https://kedro.org/ logo
#questions
Title
# questions
m

Marc Gris

09/01/2023, 4:36 PM
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

Ankita Katiyar

09/01/2023, 4:38 PM
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

Marc Gris

09/01/2023, 4:39 PM
Well noted. Not a big deal. Just wanted to be sure. Thanks Ankita 🙂
👍 1