paolaperaza opened a new issue, #34634: URL: https://github.com/apache/airflow/issues/34634
### Description <img width="571" alt="image" src="https://github.com/apache/airflow/assets/31111752/8ff314fd-aa5f-4349-b049-497deb186fab"> When users are writing and testing new DAGs, migrating from one Airflow service to another, or managing many of dynamically created DAGs -- it's common to need to pause or unpause all DAGs or a subset fo DAGs at once. For those with 100s of DAGs in a single Airflow environment, this is almost impossible to do -- and not being able to take this action can result in loss of data freshness, duplicate DAG runs, and production-grade issues. ### Use case/motivation A few things: - Add a way to "Multi-Select" DAGs in the DAG view of the Airflow UI - Add a way to "Select All" DAGs in the DAG view of the Airflow UI - With the DAGs that you select, be able to take the following bulk actions: - Pause - Unpause - Delete - Trigger ### 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]
