You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/11/19 13:47:02 UTC

[GitHub] [airflow] yuqian90 opened a new issue #12485: Optionally clear downstream failed tasks when marking success

yuqian90 opened a new issue #12485:
URL: https://github.com/apache/airflow/issues/12485


   **Description**
   
   For a DAG that looks like this:
   
   ```
   A >> B
   ```
   
   If A fails, B goes into "upstream_failed" state. If a user then marks A "success", B will remain in "upstream_failed" state. It will not automatically start running. This scenario often happens if the failure of A is dealt with outside of Airflow and the user does not want Airflow to run A again. But he usually expect Airflow to run B after A is marked "success".
   
   **Use case / motivation**
   
   After A is marked "success", its downstream tasks B should be cleared automatically and get ready to be scheduled. To avoid changing this behaviour completely, this can be made optional. I.e. there should be a toggle button next to "Success" that lets the user decide if he wants Airflow to automatically clear downstream tasks that are in "upstream_failed" state.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] kaxil closed issue #12485: Optionally clear downstream failed tasks when marking success

Posted by GitBox <gi...@apache.org>.
kaxil closed issue #12485:
URL: https://github.com/apache/airflow/issues/12485


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org