Skip to content

Commit e88c0b1

Browse files
đź“ť Fixed small typo in the Full Refresh - Overwrite documentation (#37486)
Co-authored-by: Marcos Marx <[email protected]>
1 parent 85779fc commit e88c0b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎docs/using-airbyte/core-concepts/sync-modes/full-refresh-overwrite.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ data in the destination _after_ the sync (note how the old value of "bash" is no
4040
| Java |
4141
| Ruby |
4242

43-
## Destination-specific mechinisims for full refresh
43+
## Destination-specific mechanism for full refresh
4444

45-
The mechinisim by which a destination connector acomplishes the full refresh will vary wildly from destination to destinaton. For our certified database and data warehouse destinations, we will be recreating the final table each sync. This allows us leave the previous sync's data viewable by writing to a "final-table-tmp" location as the sync is running, and at the end dropping the olf "final" table, and renaming the new one into place. That said, this may not possible for all destinations, and we may need to erase the existing data at the start of each full-refresh sync.
45+
The mechanism by which a destination connector acomplishes the full refresh will vary wildly from destination to destinaton. For our certified database and data warehouse destinations, we will be recreating the final table each sync. This allows us leave the previous sync's data viewable by writing to a "final-table-tmp" location as the sync is running, and at the end dropping the olf "final" table, and renaming the new one into place. That said, this may not possible for all destinations, and we may need to erase the existing data at the start of each full-refresh sync.
4646

4747
## Related information
4848

0 commit comments

Comments
 (0)