Skip to main content

Review the sync history

The job history displays information about synced data, such as the amount of data moved, the number of records read and committed, and the total sync time. Reviewing this summary can help you monitor the sync performance and identify any potential issues.

To review the sync history:

  1. On the Airbyte Cloud dashboard, click Connections.

  2. Click a connection in the list to view its sync history. Sync History displays the sync status or reset status. The sync status is defined as:

StatusDescription
Succeeded100% of the data has been extracted and loaded to the destination
Partially Succeededa subset of the data has been loaded to the destination
Failednone of the data has been loaded to the destination
Cancelledthe sync was cancelled manually before finishing
Runningthe sync is currently running
note

In the event of a failure, Airbyte will make several attempts to sync your data before waiting for the next sync to retry. The latest rules can be read about here.

  1. To view the full sync log, click the three grey dots next to any sync job. Select "View logs" to open the logs in the browser.

  2. To find a link to the job, click the three grey dots next to any sync job. Select "Copy link to job" to copy the link to your clipboard.

  3. To download a copy of the logs locally, click the three grey dots next to any sync job. Select "Donwload logs".

Sync summary

Each sync shows the time the sync was initiated and additional metadata.

DataDescription
x GB (also measured in KB, MB)Amount of data moved during the sync
x extracted recordsNumber of records read from the source during the sync
x loaded recordsNumber of records the destination confirmed it received.
xh xm xsTotal time (hours, minutes, seconds) for the sync to complete
Was this page helpful?