reload_connection_schema_config
Reload the schema configuration for a connection, refreshing the full schema from the data source to reflect current tables and columns.
Instructions
⚠️ WRITE OPERATION - Confirm with user before calling. Reloads the connection schema config for an existing connection within your Fivetran account. > NOTE: This method reloads the full schema from the connection's data source. It may take a long time to complete the request. The method execution speed depends on the schema size and the number of databases, tables, and columns. > > 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 |
|---|---|---|---|
| schema_file | Yes | REQUIRED: You must first read the schema file at 'open-api-definitions/connections/reload_connection_schema_config.json', then provide this exact path here to confirm. | |
| 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 |