describe_table
Retrieve detailed schema for a BigQuery table: column names, types, descriptions, row count, size, partitioning, and clustering.
Instructions
Get detailed schema information for a specific BigQuery table including column names, types, descriptions, row count, size, partitioning, and clustering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| dataset | Yes | Dataset name | |
| project_id | No | Override the default project ID |