FivetranHookAsync
FivetranFivetran API interaction hook extending FivetranHook for asynchronous fuctionality.
Access Instructions
Install the Fivetran provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
fivetran_conn_idstrConn ID of the Connection to be used to configure this hook.
timeout_secondsintThe amount of time in seconds the requests library will wait before timing out.
retry_limitintThe number of times to retry the connection in case of service outages.
retry_delayfloatThe number of seconds to wait between retries.
Documentation
Fivetran API interaction hook extending FivetranHook for asynchronous fuctionality.