FivetranOperatorAsync

Fivetran

FivetranOperatorAsync submits a Fivetran sync job , and polls for its status on the airflow trigger.`FivetranOperatorAsync` requires that you specify the connector_id of the sync job to start. You can find connector_id in the Settings page of the connector you configured in the Fivetran dashboard.

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_idConn ID of the Connection to be used to configure the hook.
connector_idID of the Fivetran connector to sync, found on the Connector settings page in the Fivetran Dashboard.
poll_frequencyTime in seconds that the job should wait in between each tries

Documentation

FivetranOperatorAsync submits a Fivetran sync job , and polls for its status on the airflow trigger.`FivetranOperatorAsync` requires that you specify the connector_id of the sync job to start. You can find connector_id in the Settings page of the connector you configured in the Fivetran dashboard.

Was this page helpful?