Haapalaj opened a new issue, #63414: URL: https://github.com/apache/airflow/issues/63414
### Description The Airflow 3.x "Dag runs" -view should have an feature to select multiple DAG runs and to change state of those. Similar that the Airflow 2.x have. ### Use case/motivation Consider an situation where an paused DAG is triggered to be run many times, then there are many DAG runs in the queue waiting, can be e.g. 100 DAG runs. For recovering from such situation, user could use the "Dag runs" view to mass update the state of the queued DAG's to failed or success. In the Airflow 3.x such situation needs to be handled either from the Airflow API or from the database. In the Airflow 2.x (E.g. 2.11.1) in the "Dag runs" view where DAG instance executions can be listed, user can also select multiple rows and change the DAG state. This feature could be added to the Airflow 3.x as well. ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
