bq_describe_table
Retrieve BigQuery table schema, metadata, and statistics by specifying table and dataset IDs. Avoid query errors with preview of column names, data types, and table details.
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 |