HttpAsyncHook
HTTPInteract with HTTP servers using Python Async.
Access Instructions
Install the HTTP provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
methodthe API method to be called
http_conn_idhttp connection id that has the base API url i.e https://www.google.com/ and optional authentication credentials. Default headers can also be specified in the Extra field in json format.
auth_typeThe auth type for the service
Documentation
Interact with HTTP servers using Python Async.