Join Slack
Powered by
Quick Q regarding task dependencies in Prefect 2.x...
# ask-community
t
Tim-Oliver
10/27/2022, 2:59 PM
Quick Q regarding task dependencies in Prefect 2.x: In Prefect 1.x I could pass `upstream_tasks=[task_a, task_b]`` to a task in a flow. What is the equivalent in Prefect 2.x?
✅ 1
Tim-Oliver
10/27/2022, 3:03 PM
wait_for=[task_a, task_b
see
https://docs.prefect.io/api-ref/prefect/tasks/?h=upstream+tasks#prefect.tasks.Task.map
Open in Slack
Previous
Next