1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Update full-refresh-overwrite.md (#16580)

This commit is contained in:
Alexander Marquardt
2022-09-16 17:55:01 +02:00
committed by GitHub
parent 7f2b27274b
commit ae85cacba5

View File

@@ -41,3 +41,6 @@ Note: This is how Singer target-bigquery does it.
We will consider making other flavors of full refresh configurable as first-class citizens in Airbyte. e.g. On new data, copy old data to a new table with a timestamp, and then replace the original table with the new data. As always, we will focus on adding these options in such a way that the behavior of each connector is both well documented and predictable.
## Related tutorial
For an in-depth hands-on deep-dive into full refresh synchronization modes, see: [Explore Airbyte's full refresh data synchronization](https://airbyte.com/tutorials/full-data-synchronization).