HttpHookAsync

Astronomer ProvidersCertified

Interact with HTTP servers using Python Async.

Access Instructions

Install the Astronomer Providers 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_typeAuthBase of python aiohttp libThe auth type for the service

Documentation

Interact with HTTP servers using Python Async.

Was this page helpful?