get_table_columns
Retrieve column details for a table in a Fivetran connection. Get column names, sync configuration, and metadata to investigate schema issues or understand table structure.
Instructions
Retrieve column details for a specific table in a Fivetran connection.
Returns column names, sync configuration, and metadata. Useful for investigating schema issues or understanding table structure.
Note: Column data types are not available via the Fivetran API. Data types can be queried directly from your destination database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | The unique identifier of the connection | |
| schema | Yes | The schema name containing the table | |
| table | Yes | The table name to get columns for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||