bq_preview_table
Preview a sample of BigQuery table data without incurring query costs. Provide dataset and table IDs, plus an optional row limit up to 10.
Instructions
Get a preview of table data without running a query job (cost-free)
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) | |
| max_results | No | Maximum number of rows to preview (default: 5, hard limit: 10) |