https://prefect.io logo
Title
t

Tibs

11/25/2022, 5:03 PM
Hey everyone, just want to confirm this: if I write (output1, output2) = task() in my flow, the task will be will run 2 times, and return the same output? (Prefect 1).
a

Andrei Tulbure

11/25/2022, 5:04 PM
Was wondering also about this. From what I understand if you are using prefect 1, the sub-tasks you see if you specify n_out > 1, are just subtask that do not affect the way flows are run. They just make sure your output is where you want it to be. But please correct me if I am wrong
or are you using prefect 2?
Can you give us a screenshot ?
t

Tibs

11/25/2022, 5:33 PM