Tuning incremental sync config A sync's configuration lives on the and can be changed any time via . Most changes are non-destructive (take effect on the next sync), but a few (switching sync type, changing primary keys) require careful handling to avoid corrupting the synced data. When to use this skill - The user wants to change how an already-connected table is synced - A diagnosis flagged the incremental field or primary key as wrong - The table is syncing too often / not often enough - Switching an incremental table to CDC (or vice versa) - The source table was changed on the other side…