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).