`prefect-fivetran` has been great for helping us c...
# prefect-cloud
j
prefect-fivetran
has been great for helping us coordinate our Fivetran jobs. I have been using
trigger_fivetran_connector_sync_and_wait_for_completion
, but it runs into an issue when Fivetran puts a sync into a "Rescheduled" state. The Prefect deployment run gets stuck in the "Running" state. Ideally, it would restart the Fivetran job, or at least mark the run as "Failed" so I know to manually restart it. Has anyone found a good way around this issue? Thanks!