From 531627ebffaa61fde2ab80c082cf6c7c3f877872 Mon Sep 17 00:00:00 2001 From: Prateek Mukhedkar <123108018+prateekmukhedkar@users.noreply.github.com> Date: Tue, 7 Feb 2023 15:37:38 -0800 Subject: [PATCH] Set sync_mode as incremental instead of full refresh in catalog specifying incremental sync (#22183) Co-authored-by: prateekmukhedkar --- docs/connector-development/tutorials/adding-incremental-sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/connector-development/tutorials/adding-incremental-sync.md b/docs/connector-development/tutorials/adding-incremental-sync.md index 88cac8064d2e..8603df62d21b 100644 --- a/docs/connector-development/tutorials/adding-incremental-sync.md +++ b/docs/connector-development/tutorials/adding-incremental-sync.md @@ -62,7 +62,7 @@ Also, create a file called `incremental_configured_catalog.json` with the follow } } }, - "sync_mode": "full_refresh", + "sync_mode": "incremental", "destination_sync_mode": "overwrite" } ]