tirkarthi opened a new issue, #46572: URL: https://github.com/apache/airflow/issues/46572
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? It seems the `limit` filter is not honored in the dagruns api as below. Though limit 14 is applied all dagruns are returned. This is slightly tricky to reproduce since the limit is passed correctly to API and doesn't work through UI but curl works. Ref https://github.com/apache/airflow/pull/46504#discussion_r1945247863 curl http://localhost:8000/public/dags/tutorial_taskflow_api/dagRuns\?limit\=14 ### What you think should happen instead? _No response_ ### How to reproduce 1. Visit the dags page with more than 14 runs and the filter is not honored. 2. curl http://localhost:8000/public/dags/tutorial_taskflow_api/dagRuns\?limit\=14 ### Operating System Ubuntu 20.04.3 LTS ### Versions of Apache Airflow Providers _No response_ ### Deployment Virtualenv installation ### Deployment details _No response_ ### Anything else? _No response_ ### 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]
