-
PostgreSQL connection error
Hi. I faced PostgreSQL connection error on "DSS Settings > Connections > New PostgreSQL connection" screen. It shows error like following image when I click "TEST" button. DSS server and PostgreSQL server has installed same AWS EC2 machine. And I can connect dvdrental database which in following image successfully using…
-
Bigquery SIMBA driver is not capable
I just copied the JARS file from the JDBC drivers on https://cloud.google.com/bigquery/partners/simba-drivers/ to the correct folder in dataiku. If I fill in the fields, dataiku tells me the driver is not capable: Connection error: Failed to connect: [Simba][JDBC](10220) Driver not capable
-
How to install mysql driver on an AWS image
I have just launched an AWS instance based on dataiku official images: https://aws.amazon.com/marketplace/pp/B017MTTNFO I need to connect to a mysql db, but the driver is missing. According to https://doc.dataiku.com/dss/latest/installation/jdbc.html, I need to stop dataiku, place the jar file in the DATA_DIR/lib/jdbc and…
-
PostgreSQL SSL Connection on EC2
I deployed Dataiku on an EC2 instance, it looks great! Unfortunately, I can't connect to my Heroku PostgreSQL database because it forces the use of SSL. How can I enable SSL for the PostgreSQL JDBC driver? I have very little knowledge about servers beside ssh-ing into a machine. I found this doc but I'm not even sure it's…