bq_dry_run_sql
Validate BigQuery SQL queries and estimate costs without execution. Obtain metadata and cost analysis to optimize query performance.
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) |