I am trying to connect to snowflake via JDBC from mule and we are getting the below error.
: Cannot create JDBC driver of class 'net.snowflake.client.jdbc.SnowflakeDriver' for connect URL 'jdbc:snowflake://cisco.us-east-1.snowflakecomputing.com/?user=XXXXXX&warehouse=XXXXXXX&db=XXXX&schema=XXXXXX&role=XXXX&CLIENT_SESSION_KEEP_ALIVE=true&password=XXXXXXXXX
Error:-
Can some one help to resolve the above issue.
: Cannot create JDBC driver of class 'net.snowflake.client.jdbc.SnowflakeDriver' for connect URL
Root Exception stack trace: java.sql.SQLException: No suitable driver
Please help to resolve the issue.