Integration
BigQuery Integration
Connect Isofold to BigQuery and start saving instantly.
Connect Isofold to BigQuery
BigQuery is fully supported by Isofold, including native cost estimation via dry-run mode. You can use Isofold with the bq
CLI, client libraries, or REST API.
CLI Integration
Update the --api_endpoint
flag to route your queries through Isofold.
Use your team’s assigned Isofold proxy URL, such as:
Client Library (Node.js)
Configure the BigQuery client with the apiEndpoint
option:
Client Library (Python)
Set the client_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
Enable verification via environment variable:
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.