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:
On the Airbyte Cloud dashboard, click Connections.
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:
Status | Description |
---|---|
Succeeded | 100% of the data has been extracted and loaded to the destination |
Partially Succeeded | a subset of the data has been loaded to the destination |
Failed | none of the data has been loaded to the destination |
Cancelled | the sync was cancelled manually before finishing |
Running | the sync is currently running |
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.
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.
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.
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.
Data | Description |
---|---|
x GB (also measured in KB, MB) | Amount of data moved during the sync |
x extracted records | Number of records read from the source during the sync |
x loaded records | Number of records the destination confirmed it received. |
xh xm xs | Total time (hours, minutes, seconds) for the sync to complete |