Join Slack
Powered by
Does Prefect's ConcurrentTaskRunner enables task t...
# prefect-getting-started
e
Eric Yoo
04/19/2024, 8:07 AM
Does Prefect's ConcurrentTaskRunner enables task to be run simultaneously similar to the following airflow dag? t1 >> [t2, t3]
n
Nate
04/19/2024, 1:40 PM
hi
@Eric Yoo
yes! for example, this gives you something like this
example.py
Nate
04/19/2024, 1:40 PM
Nate
04/19/2024, 1:41 PM
its just that in prefect, you don't need to define the structure of the graph (maybe a DAG) up front, the structure of the graph emerges according to your python code
e
Eric Yoo
04/22/2024, 7:04 AM
Got it, thanks! Works like charm
Open in Slack
Previous
Next