schema_get
Get the schema of a specific Dremio table by providing its full path. Inspect column names and data types to plan queries.
Instructions
Get the schema of a specific table in Dremio
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_path | Yes | Full path to the table as an array (e.g., ["source_name", "schema", "table_name"]) |