Pass the catalog as a node argument #861
Replies: 2 comments 3 replies
-
Indeed, you aren’t expected to use the catalog within the node - rather, you should specify which entries of the catalog you want available inside your node as python objects and Kedro’s catalog will handle loading them in for you. Is there a specific problem you’re trying to tackle by getting access to the entire catalog inside the node? |
Beta Was this translation helpful? Give feedback.
-
Hi all! I solved it using First defining the nodes as usually:
Then, the
Finally using the kwarg as the catalog inside the
Thanks you all for your help. Regards. |
Beta Was this translation helpful? Give feedback.
-
Hi all!
I'm using Kedros version 0.16.6 and trying to pass the catalog as a argument to some nodes, is this posible?
I sucefully define the pipeline but when it try to run return:
Tracking the error to the runner.py file and I think the problem is their is in this validation:
There is no "catalog" object inside the catalog, rigth?
Greetings.
Beta Was this translation helpful? Give feedback.
All reactions