Taragolis commented on issue #39777:
URL: https://github.com/apache/airflow/issues/39777#issuecomment-2126576422

   I'm not sure about version of provider `1.9.0` however according to the 
latest (4.11.0 at that moment) 
[HttpHook.run](https://airflow.apache.org/docs/apache-airflow-providers-http/stable/_api/airflow/providers/http/hooks/http/index.html#airflow.providers.http.hooks.http.HttpHook.run)
 you should provide it as a `data` argument
   
   ```python
   HttpHook(method="GET", http_conn_id="foo").run(endpoint='/foos', 
data={'page': 1})
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to