This message was deleted.
# ask-anything
s
This message was deleted.
e
sure. if you're using functions, just reference the other task:
Copy code
def my_task(product, upstream):
  one = upstream['one']
  another = upstream['another']
if using scripts or notebooks, set a list in the upstream variable:
Copy code
upstream = ['one', 'another']
does this solve the issue?
d
yes , thank you very much!!
e
great. out of curiosity, did you look at some documentation pages? If you took a look at them and found them unclear let me know so we can fix them and add an explicit example
d
no I didnt look at them, I just added [] with you help 🙂
e
ok cool. feel free to send any other questions!