Connecting Snowflake database from Katalon

Hi,

I am unable to connect to the Snowflake database using JDBC and it’s throwing driver not found error. Can you guide me to get the appropriate driver? I tried the 3.9.2.jar from “Central Repository: net/snowflake/snowflake-jdbc/3.9.2”, but, it didn’t work.

Thanks.

Hi @siri.korla,

Please follow this document to configure DB settings for external JDBC driver.

For this case, you need to add SnowFlake JDBC driver class to JDBC driver text field (KSE license requires): net.snowflake.client.jdbc.SnowflakeDriver

Thanks