bq_describe_table
Retrieve a BigQuery table's schema, metadata, and statistics to preview its structure and inform query validation.
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 |