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 2022/01/11 22:24:29 UTC

[GitHub] [airflow] ephraimbuddy commented on issue #20725: REST API List Task Instance limit functioniality

ephraimbuddy commented on issue #20725:
URL: https://github.com/apache/airflow/issues/20725#issuecomment-1010412497


   I think you are doing this the wrong way. The limits are params and not data, so this should work:
   
   ```
   response = requests.request("GET", url, headers=headers, params=payload)
   ```
   
   Or am I missing something?


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org