describe_table
Retrieve schema details for any Snowflake table by providing its fully qualified name. Get column names, data types, and constraints.
Instructions
Get the schema information for a specific table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | Fully qualified table name in the format 'database.schema.table' |