Connect Isofold to BigQuery
BigQuery is fully supported by Isofold, including native cost estimation via dry-run mode. You can use Isofold with thebq
CLI, client libraries, or REST API.
CLI Integration
Update the--api_endpoint
flag to route your queries through Isofold.
Client Library (Node.js)
Configure the BigQuery client with theapiEndpoint
option:
Client Library (Python)
Set theclient_options
with the proxy endpoint:
Cost Estimation & Verification
Isofold supports:- Dry-run optimization using BigQuery’s native cost analysis
- Verification mode, where both the original and optimized query are run and compared for output equivalence
Monitoring Query Savings
After integration, head to your Isofold dashboard to:- View query rewrites and diffs
- Analyze cost savings vs baseline
- Monitor optimization coverage
Need to run Isofold in your own VPC? See the self-hosted setup.