singer_sdk.exceptions.AbortedSyncPausedException

class singer_sdk.exceptions.AbortedSyncPausedException[source]

Exception to raise when an aborted sync operation is paused successfully.

This exception indicates the stream aborted abnormally and successfully

reached a ‘paused’ status, and emitted a resumable state artifact before exiting.

Streams synced with FULL_TABLE replication can never have partial success or ‘paused’ status.

If this exception is raised, this signifies that additional records were left on the source system and the sync operation aborted before reaching the end of the stream. This exception signifies that bookmarks from INCREMENTAL and LOG_BASED streams were successfully emitted and are resumable.