Integration
Snowflake Integration
Use Isofold as a drop-in proxy for your Snowflake queries.
Connect Isofold to Snowflake
Isofold can proxy Snowflake queries via JDBC, ODBC, or native client libraries. It rewrites your SQL in-flight to reduce cost while preserving exact results.
JDBC Integration
Update your connection string to route through Isofold:
Ensure that your proxy is configured to forward requests to the original Snowflake hostname.
Python Connector (snowflake-connector-python)
Specify the proxy host using the host
argument:
Node.js (snowflake-sdk)
Pass the Isofold proxy as the host
field:
Things to Know
- The Isofold proxy must know how to route to your original Snowflake account domain.
- For full compatibility, the proxy should forward TLS connections using SNI passthrough or application-level routing.
- You can run Isofold inside your cloud or VPC for lower-latency and compliance control. See self-hosted setup.
Verification & Auditing
Enable verification mode to compare original vs rewritten queries:
Monitoring and Optimization Reports
Once your Snowflake traffic is flowing through Isofold:
- Query rewrites and costs will appear in your dashboard
- You can inspect differences and run dry-run simulations (for supported queries)
Need help debugging a Snowflake setup? Contact support