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

2020-06-17 Thread GitBox
mik-laj commented on pull request #9338: URL: https://github.com/apache/airflow/pull/9338#issuecomment-645624171 > Is it something worth considering? I think that in the first version of the API we can choose the simplest solution - offset and limit. I analyzed different solutions,

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

2020-06-17 Thread GitBox
mik-laj commented on pull request #9338: URL: https://github.com/apache/airflow/pull/9338#issuecomment-645486285 @OmairK Rate limit is another problem that can be solved on a different layer, e.g. Load Balancer, so we don't have to deal with it for now. @ephraimbuddy @svetli-n We

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

2020-06-16 Thread GitBox
mik-laj commented on pull request #9338: URL: https://github.com/apache/airflow/pull/9338#issuecomment-645065994 Here is doc about it: https://connexion.readthedocs.io/en/latest/request.html#automatic-parameter-handling