Snowflake JDBC connection help with RM Studio
Hi has anyone managed to connect RM studio 9.10 to Snowflake using JDBC? No matter what I try I can't seem to get this working. The instructions in the link below dont work and dont apply to v9.10 of RM
docs.rapidminer.com/latest/studio/connect/database/jdbc/
I would truly appreciate some help with this. thanks Carl Find more posts tagged with
Sort by:
1 - 13 of
131
Hello @CarlP
Based on Snowflake documentation the URL should look like that: jdbc:snowflake://<account_identifier>.domain.com/?<connection_params> , i suggest to modify the host and remove the snowflake:// part from that.
Cheers,
Bence
Based on Snowflake documentation the URL should look like that: jdbc:snowflake://<account_identifier>.domain.com/?<connection_params> , i suggest to modify the host and remove the snowflake:// part from that.
Cheers,
Bence
Hi shanila,
please make sure that the URL prefix is jdbc:snowflake://
See also this thread https://community.rapidminer.com/discussion/56737/how-to-resolve-no-suitable-driver-found-for-jdbc-snowflake-url-issue-when-connecting-to-snowflake
Greetings,
Jonas
please make sure that the URL prefix is jdbc:snowflake://
See also this thread https://community.rapidminer.com/discussion/56737/how-to-resolve-no-suitable-driver-found-for-jdbc-snowflake-url-issue-when-connecting-to-snowflake
Greetings,
Jonas
Sort by:
1 - 1 of
11
What exact settings did You tried to establish the connection?
I suggest to use a configuration like that:
After these setting you should provide the JDBC driver Jar file under the Driver tab.
Make sure you have installed Java 1.8 or higher on your local machine, due to this is a requirement for the Snowflake JDBC driver.
I hope this will help you out!
Cheers,
Bence