https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
c

czix

12/16/2021, 2:03 PM
But in the pipeline I have to specify two output variables, e.g., in your example:
Copy code
python
Pipeline([
  node(func=my_node_func, input=None, output=["a","b"])
])
Or am I wrong?