limit query parameter for dagruns is not working properly when given value above 100 #32025
-
The limit query parameter in the get_dags API is not working properly. The default value is 100 when a value is given lower than 100 it works but when a value is given higher than 100 it shows only 100. By default, the value is 100, the same is mentioned in the documentation as well. https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html#operation/get_dags |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need to update the maximum page limit using this configuration: |
Beta Was this translation helpful? Give feedback.
You need to update the maximum page limit using this configuration:
AIRFLOW__API__MAXIMUM_PAGE_LIMIT
See: https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#maximum-page-limit