jhtimmins opened a new issue #11074: URL: https://github.com/apache/airflow/issues/11074
Context: When querying dag runs in the stable API, it is possible to filter by date range and to receive paginated results. Pagination returns a subset of results, but a count of all available results is returned. Expected behavior: The total count should take place after filtering by date, and before paginating results. Actual behavior: The count is made prior to filtering by date. This means that the total number of accessible dags is returned, rather than the number of dags the user filtered for. https://github.com/apache/airflow/pull/10594/files/1fe1da978763c9919cee0d2c7eccd96438631993#diff-3239f89a092764597348cabc5e74c2f5R125 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
