Getting Started
Follow these steps to set up and start using Yuki
Last updated
Follow these steps to set up and start using Yuki
Last updated
Go to
Fill in your details, including the Key received via email. Don't have a key? Sign up to our Early Access Program:
Sign in to the new account.
Navigate to the Connection page using the left-hand menu.
Create a network policy to allow access from specific IPs, run this if your Snowflake account is protected by a network policy:
Add your Snowflake account details. You can either create a dedicated user for Yuki or use an existing user. If creating a new user, execute the following SQL commands in your Snowflake account, ensuring you have ACCOUNTADMIN
role privileges:
For account locators with an underscore ('_'), change it to a hyphen ('-'). For example: Change: 'organization-my_snowflake_account' To: 'organization-my-snowflake-account'
After adding a new connection, click on the Download button next to the new connection entry.
A popup will appear with a Download Button for initiating the Terraform download. Click this button to start the download.
Click the Save button next to the Proxy Host Address field to finalize the configuration.
Navigate to the Warehouses page via the left-hand menu.
By default, your warehouses are disabled. This setup allows you to ensure that only the warehouses you want are handled by Yuki.
Next to each warehouse, you have the option to test that the queries are sent to your warehouse and are correctly redirected to Yuki warehouses.
Update the connection string in your application (IDE, BI tools, Python Connector, etc.) to ensure traffic is directed through Yuki. Note: Direct traffic from Snowflake UI will not pass through Yuki.
Continue using your regular user, role, and warehouse settings. Yuki will dynamically select the optimal warehouse during runtime. For example, a connection to a warehouse named “BI_M_WH” will be automatically rerouted to an equivalent or better warehouse, such as “YUKI_M”.
Send a query from your application. It should automatically be redirected to an optimal warehouse by Yuki during runtime.
If you need any assistance or have questions, don't hesitate to contact our support team. Welcome aboard, and we look forward to supporting your data management needs with Yuki!
The popup will also contain a Proxy Host Address text field. Enter the Proxy Host Address here after you have completed the Terraform installation. (see: )
Verify that all your warehouses are listed. If not, ensure the user has the required permissions as outlined in .
Note that enabling a warehouse is the first phase. You must change the connection string in your applications to the Proxy Host Address to ensure that queries are properly handled by Yuki. ()