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/hooks.py
Co-authored-by: Wei Lee <[email protected]>
  • Loading branch information
dwreeves and Lee-W committed Nov 2, 2023
commit 5f68b3f71e54f2df031e2087ff9235fb6c0e97ab
2 changes: 1 addition & 1 deletion fivetran_provider_async/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def _determine_if_synced_from_connector_details(
reschedule_wait_time: int | None = None,
always_wait_when_syncing: bool = False,
propagate_failures_forward: bool = True,
):
) -> bool:
succeeded_at = self._parse_timestamp(connector_details["succeeded_at"])
failed_at = self._parse_timestamp(connector_details["failed_at"])

Expand Down