MasterEod opened a new issue, #60769: URL: https://github.com/apache/airflow/issues/60769
### Description As dag maintainer I would like to filter dag execution by date range In order to retrieve specific dag execution ### Use case/motivation Actually, we can only filter dag execution by number, type and username. However with a large number of dag executions, recovering from failure becomes very difficult. We have to increase dag execution number, that cause sql timeout and server failures (http status 503). <img width="441" height="288" alt="Image" src="https://github.com/user-attachments/assets/d0f9f977-faab-401a-8b55-66d3d6606866" /> Adding date range to filter dag execution on start/end date should be relevant. ### 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]
