connection_column_config
Retrieves real-time column list for a source table, showing enabled and hashed flags. Requires connection in 'Connected' state and specifying schema, table, and connection ID.
Instructions
⚠️ IMPORTANT - If a column's parent table or schema is not enabled, the column's data will not be replicated. Check before telling the user the column is enabled. Returns the real-time column list for one source table by querying the source. The response includes the current enabled and hashed flags, and the patchable fields. > NOTE: This endpoint works only for an existing connection that is in a 'Connected' state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | The table name from the connection schema. | |
| schema | Yes | Filter on schema. | |
| schema_file | Yes | REQUIRED: You must first read the schema file at 'open-api-definitions/connections/connection_column_config.json', then provide this exact path here to confirm. | |
| connection_id | Yes | The unique identifier for the connection |