olegsalei opened a new issue #20342: URL: https://github.com/apache/airflow/issues/20342
### Apache Airflow version 2.0.2 ### What happened Search List Task Instance by 4 filters failed (works fine with 3) --- Dag Id | Equal to | Dag_id Task Id | Equal to | Task_id Start Date | Grater than | 2021-12-09 02:00:00+00:00 -- works Start Date | Smaller than | 2021-13-09 02:00:00+00:00 -- fails   ### What you expected to happen Search result with applied filters ### How to reproduce Create DAG (or check on existing one) with schedule 0 2,10,14,18,22 * * *. Browse -> Task Instances -> Search(Dropdown) -> Add 3 filters as described above -> Search(Button) (should work fine) After previous step -> Search(Dropdown) -> Add 4th filter -> Search(Button) (should fail) ### Operating System amazon-linux ### Versions of Apache Airflow Providers Python version: 3.7.10 Airflow version: 2.0.2 Node: redact ### Deployment MWAA ### Deployment details _No response_ ### Anything else Multiple times ### Are you willing to submit 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]
