-
Setting up Stages in Snowflake to work with Dataiku
In Dataiku DSS when working with Snowflake there is an option to use a stage. This apparently speeds up performance by increasing the number of different types of processes one can do inside Snowflake without having to ship data back to the DSS server for processing. Are folks using this feature? What has your experience…
-
How to connect to shared drive to extract files dynamically from there
I have a shared drive , where my input files are located, I want to extract data from those files dynamically like date wise . I need help in that to make a connection .
-
Integration with Microsoft Fabric and its OneLake
Hi, Couldn't find anything on an integration with Microsoft Fabric through OneLake yet in the Dataiku docs/release notes. Is this coming soon? As I read the Microsoft docs I understand we can't connect directly via ADLS, only via APIs or SDKs. Thanks in advance, Jonathyan Operating system used: RHEL 8
-
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…
-
Connect DSS to an Elastic Search cluster trough HTTPS with basic user/pwd credentials
Hi, I try to connect DSS with an Elastic Search cluster hosted directly on the Elastic.co cloud. The security layer requires to connect it trough HTTPS and with a basic user/pwd credential I tried several things but it seams that the DSS ES connector doesn't support HTTPS (and maybe neither basic auth). Any idea or…
-
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 do I install the MS SQL Server Driver on the VirtualBox VM
My first problem is getting the drivers. In short on this page https://doc.dataiku.com/dss/3.1/installation/jdbc.html I’m stuck with this step. Copy the driver Copy the driver’s JAR file (and its dependencies, if any) to the DATA_DIR/lib/jdbc folder I do not seem to have a browser on the VM. I may have sftp. I just have…
-
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…