Available Modules
Modules are Python callables available from this provider package.
Types:
OperatorsSensorsTriggersHooksFivetranOperatorAsync
FivetranOperatorAsync submits a Fivetran sync job , and polls for its status on the airflow trigger.`FivetranOperatorAsync` requires that you specify …
Operators
FivetranSensorAsync
FivetranSensorAsync asynchronously monitors a Fivetran sync job for completion. Monitoring with FivetranSensorAsync allows you to trigger downstream p…
Sensors
FivetranTrigger
FivetranTrigger is fired as deferred class with params to run the task in trigger worker
Triggers
FivetranHookAsync
Fivetran API interaction hook extending FivetranHook for asynchronous fuctionality.
Hooks