get_table_schema
Retrieve the complete DDL definition for a specific table or materialized view, enabling you to inspect column types, constraints, and schema details directly.
Instructions
Get the full schema definition (DDL) for a specific table or materialized view
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | The name of the table or materialized view to get schema for |