Skip to content

Update Cloud Docs to "Extract" and "Load" #29051

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

:::