Hi,
I’m trying to run the Confluent Kafka Source Connector with the Snowflake JDBC driver.
I followed this blog, but instead of managing the connector myself, I’m trying to deploy it using AWS MSK Connect (see the diagram).
Issue:
I ran into the following error:
java.sql.SQLException: No suitable driver found for jdbc:snowflake://XXXXXXXXX.us-east-1.snowflakecomputing.com/?warehouse=KAFKACONNECTOR&db=TEST&schema=TEST&role=ACCOUNTADMIN
The suggested solution is to place the Snowflake JAR in the /kafka-connect-jdbc/ directory.
Is there a way to add the Snowflake JAR to the Confluent Kafka Source Connector?