We are installing OHDSI-WebAPI in aws EKS cluster but the latest WebAPI image is not loading the snowflake driver. Below snowflake profile is already added in settings.xml as per instructions. I even logged into the PODs and checked under /var/lib/ohdsi/webapi/WEB-INF/lib/ and not snowflake drivers are present. Any suggestion?
When checking the logs of PODs after adding the snowflake connection in WebAPI DB “source” and “source_daemon” tables, we can see below errors:
Error: 2023-12-29 18:47:29.401 INFO http-nio-8080-exec-9 com.odysseusinc.logging.LoggingService - [] - Could not get JDBC Connection; nested exception is java.sql.SQLException: No suitable driver found for jdbc:snowflake://?warehouse=&db=&user=&password=
webapi-snowflake true 3.13.22 net.snowflake snowflake-jdbc ${snowflake.driver.version}