https://prefect.io logo
b

Ben Muller

11/08/2022, 1:57 AM
Hey - what is the prefect 2.0 equivalent of how I would do `
Copy code
.set_dependencies(
            upstream_tasks=[my_upstream_task]
        )
Oh - I can see in the message above there is a
wait_for
kwarg in the submit handler... Ignore me 👀
✅ 1
z

Zac Hooper

11/08/2022, 2:10 AM
Good timing with my question then 🙂 . The docs and that for it are here: https://docs.prefect.io/concepts/task-runners/#using-results-from-submitted-tasks
🙌 2
3 Views