You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/06/19 13:32:11 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #9338: Get API request limit and offset from parameters.py

mik-laj commented on a change in pull request #9338:
URL: https://github.com/apache/airflow/pull/9338#discussion_r442842298



##########
File path: airflow/api_connexion/openapi/v1.yaml
##########
@@ -2134,6 +2134,7 @@ components:
       schema:
         type: integer
         minimum: 1
+        maximum: 100

Review comment:
       I have introduced a change that will facilitate the introduction of a limit that can be defined by the user. 
   https://github.com/apache/airflow/pull/9405
   In this way, we will not have a fixed value in API and users will be able to adjust this limit according to their requirements.




----------------------------------------------------------------
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:
users@infra.apache.org