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/03/07 09:09:42 UTC

[GitHub] [airflow] itay-raveh opened a new issue #22040: Add "aborted" as a state option for DAG Runs

itay-raveh opened a new issue #22040:
URL: https://github.com/apache/airflow/issues/22040


   ### Description
   
   Currently, `DAG Runs` have two "done" states: "succeeded" or "failed". I propose a third, **"aborted"**.
   
   ### Use case/motivation
   
   Currently if I wish to stop a `DAG Run`, I must mark it one of the states listed above, abd usually choose "failed" for lack of a better option. This means that later I have no easy way to differentiate between runs that actually failed, due to some exception, and runs that I manually stopped. Adding an **"aborted"** state will solve that. 
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a 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

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



[GitHub] [airflow] boring-cyborg[bot] commented on issue #22040: Add "aborted" as a state option for DAG Runs

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #22040:
URL: https://github.com/apache/airflow/issues/22040#issuecomment-1060366397


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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] kmehkeri commented on issue #22040: Add "aborted" as a state option for DAG Runs

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


   Same could be for individual tasks.


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