JDBC
To route JDBC connections through the Yuki Proxy, override the host element in the JDBC URL and include the account parameter.
Connection String
jdbc:snowflake://snowflake-locator.yukicomputing.com/?user=ron@example.com&account=ron123
| Parameter | Description |
|---|---|
host | Your Yuki Proxy hostname |
user | Your Snowflake username |
account | Your Snowflake account identifier |