yuqian90 opened a new pull request #13037:
URL: https://github.com/apache/airflow/pull/13037


   closes: #12485
   
   
   ---
   When marking a failed task as success in Graph View, this PR gives the user 
an additional checkbox "Resume". When checked, this option automatically clears 
downstream tasks that were blocked by the failed task after marking it success.
   
   For example, given a DagRun currently in this state, with ``run_after_loop`` 
and ``run_this_last`` blocked by the failed task ``runme_1``:
   
![image](https://user-images.githubusercontent.com/6637585/102005564-a6357300-3d54-11eb-853e-d3a9e58f065b.png)
   
   When the user marks ``runme_1`` as success with "Resume" checked, downstream 
tasks in ``upstream_failed`` state are automatically cleared:
   
![image](https://user-images.githubusercontent.com/6637585/102005717-0678e480-3d56-11eb-83fc-c5d264620d53.png)
   
   The DagRun looks like this after clicking OK:
   
![image](https://user-images.githubusercontent.com/6637585/102005762-8737e080-3d56-11eb-9d58-61b2d44b8849.png)
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to