Skip to content

Commit

Permalink
Update to new verbiage (#29051)
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliekwong authored Aug 3, 2023
1 parent fde1664 commit 72f2a5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/cloud/managing-airbyte-cloud/review-sync-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To review the sync summary:

:::note

Airbyte will try to sync your data three times. After a third failure, it will stop attempting to sync.
Airbyte will try to sync your data five times. After a fifth failure, it will stop attempting to sync.

:::

Expand All @@ -21,12 +21,12 @@ To review the sync summary:
| Data | Description |
|--------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
| x GB (also measured in KB, MB) | Amount of data moved during the sync. If basic normalization is on, the amount of data would not change since normalization occurs in the destination. |
| x emitted records | Number of records read from the source during the sync. |
| x committed records | Number of records the destination confirmed it received. |
| 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 and basic normalization, if enabled, to complete. |

:::note

In a successful sync, the number of emitted records and committed records should be the same.
In a successful sync, the number of extracted records and loaded records should be the same.

:::

0 comments on commit 72f2a5f

Please sign in to comment.