Hi, We've setup a workflow with the goal of parall...
# prefect-community
r
Hi, We've setup a workflow with the goal of parallelizing some behaviour. I've attached the DAG from the
visualize
command. The issue is that individual
individual_preprocessing
task should be done in parallel as well, however its not. What have we have done wrong here in our task setup?