modify_connection_column_config
Update column configuration for a specific table in an existing Fivetran connection.
Instructions
⚠️ WRITE OPERATION - Confirm with user before calling. Updates the column config within your table 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. > NOTE: The response contains all known schemas and tables. Also, it contains columns whose state has ever been set by the user. For more information, see also the Connection Schema config tutorial.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | The name of the table | |
| column_name | Yes | The name of the column | |
| schema_file | Yes | REQUIRED: You must first read the schema file at 'open-api-definitions/connections/modify_connection_column_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 |