bq_dry_run_sql
Run a BigQuery SQL dry run to estimate query cost, preview schema, and validate syntax without executing the query.
Instructions
Perform a dry-run of a BigQuery SQL query to get cost estimates and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | The SQL query to dry-run | |
| params | No | Optional query parameters (key-value pairs) | |
| pricePerTiB | No | Price per TiB for cost estimation (defaults to env var or 5.0) |