Describe Table
describe-tableUnderstand table structure and metadata—columns, row count, byte count—to verify available fields before writing SQL.
Instructions
Purpose: Inspect a RawTree table's columns, row count, byte count, project, and organization.
NOT for: Sampling actual row values. Use run-query for SELECT queries.
Returns: Table metadata and columns.
When to use:
You need to know available fields before writing SQL
A query fails because a column may not exist
You just inserted data and want to inspect the dynamic schema
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name to describe. |