Tuesday, 8 November 2022

Airflow taskgroup has status failed while all tasks in group have status success

I have question regarding taskgroups in Airflow. My DAG contains two taskgroups that each contain a number of python operators. When I run my DAG all python operators are executed successfully and the DAG gets marked as success as well. However, when I look at the grid view in the UI it seems that my two taskgroups have status failed. Anyone knows what causes these taskgroups to 'fail'?

Note: in the screenshot below I selected the first taskgroup. The second red box is the second taskgroup that also has status failed.

enter image description here



from Airflow taskgroup has status failed while all tasks in group have status success

No comments:

Post a Comment