Skip to content

Commit

Permalink
Remove old Async operator name from docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed May 27, 2024
1 parent e976e9c commit e3d51c4
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 @@ -18,7 +18,7 @@ class FivetranTrigger(BaseTrigger):
: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
:param xcom: If used, FivetranSensor receives timestamp of previously
completed sync
:param poke_interval: polling period in seconds to check for the status
:param reschedule_wait_time: Optional, if connector is in reset state,
Expand Down

0 comments on commit e3d51c4

Please sign in to comment.