describe_table
Retrieve detailed schema information for Redshift tables including column definitions and data types to understand database structure.
Instructions
Get detailed information about a Redshift table including columns and data types.
Args:
schema: Schema name
table: Table name
db_user: Database user for authentication
db_group: Optional database group for permissions
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | Yes | ||
| table | Yes | ||
| db_user | Yes | ||
| db_group | No |