Snowflake Database Connection - .JAR file not uploading

I am using Ignition 8.3. I got my .JAR file here: Central Repository: net/snowflake/snowflake-jdbc/4.3.1

I created a JDBC driver called "Snowflake" with the following settings:



I went to Manage JAR Files then uploaded the file from the above link (snowflake-jdbc-4.3.1.jar).

However when I click Save Changes I get the error message ("1/1 Operations Failed) and the driver continues to show it is in an error state. Has anyone else encountered this?

The jdbc driver name is different in the documentation (you are using 4.x and the driver name you specify is 3.x)

Configuring the JDBC Driver | Snowflake Documentation

Use net.snowflake.client.api.driver.SnowflakeDriver as the driver class in your JDBC application.

I also assume that you didn't show the connection string on purpose, all your settings are blank?

I've been following this guide: JDBC Driver and Database Translator Settings | Ignition User Manual