Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Aug 4, 2023
1 parent 39bfa16 commit 825bc38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fivetran_provider_async/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ class FivetranOperator(BaseOperator):
airflow trigger.`FivetranOperator` 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 <https://fivetran.com/dashboard/connectors>`_.
If you do not want to run `FivetranOperator` in async mode you can set `deferrable` to
False in operator.
:param fivetran_conn_id: `Conn ID` of the Connection to be used to configure the hook.
:param fivetran_retry_limit: # of retries when encountering API errors
Expand Down
2 changes: 2 additions & 0 deletions fivetran_provider_async/sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ class FivetranSensor(BaseSensorOperator):
connectors. `FivetranSensor` 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 <https://fivetran.com/dashboard/connectors>`_.
If you do not want to run `FivetranSensor` in async mode you can set `deferrable` to
False in sensor.
:param fivetran_conn_id: `Conn ID` of the Connection to be used to configure
Expand Down

0 comments on commit 825bc38

Please sign in to comment.