Imagine you have the following DAG  Where Task C can only run after Task A and Task B have completed. It'd be nice to have a way to run A and B in parallel rather than sequentially
Imagine you have the following DAG
Where Task C can only run after Task A and Task B have completed.
It'd be nice to have a way to run A and B in parallel rather than sequentially