Hi there! If an output variable is a dictionary, i...
# questions
n
Hi there! If an output variable is a dictionary, is there a way to pass as input only a value from a given key of this dictionary. For example: Node 1 output : dict_node_1 Node 2 input: [« dict_node_1.a », « dict_node_2.b »]
r
Hi @Noah Sarfati, There is an example here which might help you.
When dict[str, str] is provided, variable names will be mapped to the named outputs the function returns.
https://docs.kedro.org/en/stable/api/kedro.pipeline.node.html#kedro-pipeline-node Thank you
n
Great thank you !
👍 1