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:Python Connector (snowflake-connector-python)
Specify the proxy host using thehost
argument:
Node.js (snowflake-sdk)
Pass the Isofold proxy as thehost
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)