bq_describe_table
Retrieve the schema, metadata, and statistics of a BigQuery table to understand its structure before querying.
Instructions
Get table schema, metadata, and statistics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_id | Yes | The table ID | |
| dataset_id | Yes | The dataset ID | |
| project_id | No | GCP project ID (uses default if not provided) | |
| format_output | No | Whether to format schema as table string |