fredthomsen opened a new issue #20602: URL: https://github.com/apache/airflow/issues/20602
### Description I am suggesting adding support for these filters for datetime objects when browsing airflow objects in the UI: - greater than or equal to - less than or equal to ### Use case/motivation When viewing DagRuns under the browse menu for example (Browse -> DagRuns), then only less than or greater than filters are available for filtering on `datetime` objects and since many logical dates are on boundary conditions and filters are ANDed together it becomes frustrating to view DagRuns for certain intervals and having to subtract a increment of time from a greater than filter. I am suggesting adding support for these filters: - greater than or equal to - less than or equal to or the alternative is allowing filters to be ORed, but that seems a bit too expansive. ### Related issues _No response_ ### Are you willing to submit a PR? - [X] 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]
