ctimbreza opened a new issue #15374:
URL: https://github.com/apache/airflow/issues/15374


   **Apache Airflow version**
   2.0.1
   
   **Kubernetes version**
   Server Version: version.Info{Major:"1", Minor:"18+", 
GitVersion:"v1.18.9-eks-d1db3c", 
GitCommit:"d1db3c46e55f95d6a7d3e5578689371318f95ff9", GitTreeState:"clean", 
BuildDate:"2020-10-20T22:18:07Z", GoVersion:"go1.13.15", Compiler:"gc", 
Platform:"linux/amd64"}
   
   **What happened**:
   Clearing a failed subdag task does not automatically set the state of the 
parent dag to 'running' so that the downstream parent tasks can execute.
   
   To reproduce:
   - Clear a failed subdag task selecting option for Downstream+Recursive
   - See that all down stream tasks in the subdag as well as the parent dag 
have been cleared
   - See that the parent dag is left in 'failed' state. 
   
   Work around:
   Manually set the state of the parent dag to running after clearing the 
subdag task
   
   **What you expected to happen**:
   With airflow version 1.10.4 the parent dag was automatically set to 
'running' for this same scenario
   


-- 
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