Quick Q regarding task dependencies in Prefect 2.x...
# ask-community
t
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