How to Connect to Snowflake

Connect to an Snowflake Server

The connection dialog is explained here.

Tip Firewalls & anti-viruses may block database connections. Read How to enable Firewall connections.

Snowflake account

In the connection dialog you can choose the 'Edit Manually' in the JDBC URL combo or 'Standard'. The 'Edit manually' will let you edit the JDBC URL by your wish. Choose Standard URL in the Connection Dialog

Log in the Snowflake console, check the Accounts and hover the account link. Copy the account in the Host field. How to view the Snowflake account

Copy the account into the host filed and fill in the user credentials. If you use the 'Edit Manually' in the JDBC URL combo, fix the URL string with the account location.

If the Snowflake URL in the browser is https://app.snowflake.com/mlzkajy/zr49715/
the JDBC URL will look like jdbc:snowflake://mlzkajy-zr49715.snowflakecomputing.com?client_metadata_request_use_connection_ctx=true

Snowflake Connection Dialog

If you receive any errors, please enable logging as described here.