Hey there, I was thinking of using Prefect to route messages throughout my platform and I was wondering if there was a way to "join" lists of outputs created by two separate tasks? So if I have task 1 that outputs a list of elements and task 2 that outputs a list of other elements, assuming they have the same length what is the best way to join them together for my third task?
✅ 1
m
Mason Menges
12/05/2022, 11:07 PM
Hey @Abhinav Ayalur for prefect 2 you should be able to join the two lists the same way you would in native python once the tasks as complete.