Hi all! I have a novice kedro question that I coul...
# questions
t
Hi all! I have a novice kedro question that I could use some expert eyes on edit: was novice level for sure, now solved 🙂
c
Pass
my_dictionary
on its own, like
inputs="params:my_dictionary"
. Then in the node, use key
"level1"
to access its values. Using
"params:my_dictionary.level1"
tells Kedro to look for a namespace
my_dictionary
with parameter
level1
.
👍 1
m
This looks fine.. is the indentation correct?
Ah see you solved it! Nice 🙂
t
Thanks both! Original QQ was not even in the right corner - was passing an unregistered arg, which should be a `partial`led
👍 1