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 2022/04/22 14:25:55 UTC

[GitHub] [airflow] bbovenzi opened a new issue, #23171: Mark Success on a mapped task, reruns other failing mapped tasks

bbovenzi opened a new issue, #23171:
URL: https://github.com/apache/airflow/issues/23171

   ### Apache Airflow version
   
   2.3.0b1 (pre-release)
   
   ### What happened
   
   Have a DAG with mapped tasks. Mark at least two mapped tasks as failed. Mark one of the failures as success. See the other task(s) switch to `no_status` and rerun.
   
   ![Apr-22-2022 10-21-41](https://user-images.githubusercontent.com/4600967/164734320-bafe267d-6ef0-46fb-b13f-6d85f9ef86ba.gif)
   
   
   
   ### What you think should happen instead
   
   Marking a single mapped task as a success probably shouldn't affect other failed mapped tasks.
   
   ### How to reproduce
   
   _No response_
   
   ### Operating System
   
   OSX
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Docker-Compose
   
   ### Deployment details
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org.apache.org

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


[GitHub] [airflow] ashb closed issue #23171: Mark Success on a mapped task, reruns other failing mapped tasks

Posted by GitBox <gi...@apache.org>.
ashb closed issue #23171: Mark Success on a mapped task, reruns other failing mapped tasks
URL: https://github.com/apache/airflow/issues/23171


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] tirkarthi commented on issue #23171: Mark Success on a mapped task, reruns other failing mapped tasks

Posted by GitBox <gi...@apache.org>.
tirkarthi commented on issue #23171:
URL: https://github.com/apache/airflow/issues/23171#issuecomment-1106766401

   This looks like a similar issue to https://github.com/apache/airflow/issues/22995 where changing status might clear downstream failed tasks causing re-run.


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

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

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