https://prefect.io logo
r

Ralph Willgoss

09/29/2020, 9:40 AM
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?