Skip to content

Commit

Permalink
Fix typo in trigger docstring (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro authored Aug 7, 2023
1 parent 362337a commit 539c7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fivetran_provider_async/triggers.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class FivetranTrigger(BaseTrigger):
:param task_id: Reference to task id of the Dag
:param connector_id: Reference to the Fivetran connector id being used
:param fiventran_conn_id: Reference to Fivetran connection id
:param fivetran_conn_id: Reference to Fivetran connection id
:param previous_completed_at: The last time the connector ran, collected on Sensor
initialization.
:param xcom: If used, FivetranSensorAsync receives timestamp of previously
Expand Down

0 comments on commit 539c7c4

Please sign in to comment.