'Apache airflow task group execution
I have several groups of tasks that need to be done one at a time (when the first task of the group is executed the whole group must be completed (all the tasks of that group must be executed) before moving on to the next group). If a task within a group fails, then the whole group fails and you can move on to the next group. I wanted to know how I can implement this solution. Also, as an extra, if a task fails how can I restart it X times until it either runs successfully or fails. Thank you
in the picture the following order is TG1BOD1 -> TG2BOD1 -> TG1BOD2 -> etc, while the desired one is TG1BOD1 -> TG1BOD2 -> TG1BOD3 -> TG2BOD1 -> etc
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
