resync_tables
Force a historical resync of specific tables within a Fivetran connection, leaving the rest untouched. Map schemas to tables for targeted re-syncing, with optional full API output.
Instructions
Force a historical resync of specific tables within a connection. Only re-syncs the specified tables, not the entire connection. Returns compact confirmation by default — set verbose=true for full response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tables | Yes | Object mapping schema names to arrays of table names, e.g. { "public": ["users", "orders"] } | |
| verbose | No | Return full API response instead of compact summary (default false) | |
| connection_id | Yes | The connection ID |