bq_dry_run_sql
Estimate BigQuery query costs, preview schema, and validate SQL syntax by performing a dry-run without execution.
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) |