Skip to content

Commit

Permalink
Set sync_mode as incremental instead of full refresh in catalog speci…
Browse files Browse the repository at this point in the history
…fying incremental sync (#22183)

Co-authored-by: prateekmukhedkar <[email protected]>
  • Loading branch information
prateekmukhedkar and prateekmukhedkar authored Feb 7, 2023
1 parent 823adfb commit 531627e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
Expand Down

0 comments on commit 531627e

Please sign in to comment.