Snowflake
Warehouse is a cluster of compute resources in Snowflake. A warehouse provides the required resources, such as CPU, memory, and temporary storage. For more information about Snowflake, see the Snowflake user guide.
In the Database tool window ( ), click the Data Source Properties icon .
On the Data Sources tab in the Data Sources and Drivers dialog, click the Add icon () and select Snowflake.
At the bottom of the data source settings area, click the Download missing driver files link. As you click this link, CLion downloads drivers that are required to interact with a database. The IDE does not include bundled drivers in order to have a smaller size of the installation package and to keep driver versions up-to-date for each IDE version.
You can specify your drivers for the data source if you do not want to download the provided drivers. For more information about creating a database connection with your driver, see Add a user driver to an existing connection.
From the Authentication list, select an authentication method.
Authenticator: the authenticator to use for verifying user login credentials. For more information about the authenticator, see the Snowflake documentation at docs.snowflake.com.
User & Password: by using your login and password.
(Optional)If you need connection fields for entering a schema or a role, click the More Options link, and select the necessary checkboxes here.
Specify database connection details. Alternatively, paste the JDBC URL in the URL field.
To delete a password, right-click the Password field and select Set Empty.
To ensure that the connection to the data source is successful, click the Test Connection link.