Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API Changes to FivetranSensor for supporting backfills #58

Merged
merged 10 commits into from
Nov 6, 2023
Prev Previous commit
Next Next commit
Update fivetran_provider_async/operators.py
Co-authored-by: Wei Lee <[email protected]>
  • Loading branch information
dwreeves and Lee-W committed Oct 10, 2023
commit 3660a4361ac6ac8d783823cb1f8a69c91059e965
2 changes: 1 addition & 1 deletion fivetran_provider_async/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def _wait_synchronously(self, last_sync: pendulum.DateTime) -> None:
self.connector_id, last_sync, propagate_failures_forward=False, always_wait_when_syncing=True
)
if is_completed:
return None
return
else:
self.log.info("sync is still running...")
self.log.info("sleeping for %s seconds.", self.poll_frequency)
Expand Down