From 39e243b9307d043d05d442dd7659c400c1522305 Mon Sep 17 00:00:00 2001 From: Alexander Marquardt Date: Mon, 10 Oct 2022 15:16:35 +0200 Subject: [PATCH] Update full-refresh-overwrite.md Added a link to the new article that compares replication modes --- .../connections/full-refresh-overwrite.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/understanding-airbyte/connections/full-refresh-overwrite.md b/docs/understanding-airbyte/connections/full-refresh-overwrite.md index 8d6992283bfcf..44d4ff5f66990 100644 --- a/docs/understanding-airbyte/connections/full-refresh-overwrite.md +++ b/docs/understanding-airbyte/connections/full-refresh-overwrite.md @@ -41,6 +41,7 @@ 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 +## Related information -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). +- [An overview of Airbyte’s replication modes](https://airbyte.com/blog/understanding-data-replication-modes). +- [Explore Airbyte's full refresh data synchronization](https://airbyte.com/tutorials/full-data-synchronization).