Airbyte · Arazzo Workflow
Airbyte Reset a Connection and Re-Sync
Version 1.0.0
Trigger a reset job to clear destination data, poll it to completion, then branch into a fresh sync when the reset succeeds.
View Spec
View on GitHub
Data IntegrationETLELTOpen SourceData PipelineConnectorsDataArazzoWorkflows
Provider
Workflows
reset-and-resync
Reset a connection's data, wait for completion, then re-sync on success.
Triggers a reset job, polls it to a terminal state, and on success triggers a fresh sync.
1
triggerReset
createJob
Trigger a reset job to clear the connection's previously synced data.
2
pollReset
getJob
Poll the reset job. While it is still pending or running, loop back and read it again. On success branch into a fresh sync; on failure end.
3
triggerResync
createJob
Trigger a fresh sync to repopulate the destination now that the reset has succeeded.