modify_connection_table_config
Update table configuration for a specific schema and table within a Fivetran connection by providing connection ID, schema name, table name, and a JSON request body.
Instructions
⚠️ WRITE OPERATION - Confirm with user before calling. Updates the table config within your database schema for an existing connection within your Fivetran account. For the NetSuite SuiteAnalytics and Salesforce and Salesforce Sandbox connectors, the 'schemas' map field will always have a single entry with the 'netsuite' or 'salesforce' key, respectively.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | The name of the table | |
| schema_file | Yes | REQUIRED: You must first read the schema file at 'open-api-definitions/connections/modify_connection_table_config.json', then provide this exact path here to confirm. | |
| schema_name | Yes | The name of the database schema | |
| request_body | Yes | JSON string containing the request body. Refer to the schema file for the expected structure. | |
| connection_id | Yes | The unique identifier for the connection |