But in the pipeline I have to specify two output v...
# beginners-need-help
c
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?