-
Best Practices for Updating Python
So as background, I'm not really a Linux server administrator, and our Linux administrators aren't really dataiku administrators (also, they're not really python people per-se). We have an on-prem install. With that background, we've got python 3.6 and 3.7 on our instances, and we'd like to add each major point version up…
-
Scenario - Run daily and send report every 2 weeks
I have a project's current scenario as daily refresh of data and sending to Tableau server based on SQL query change trigger. I have a SQL that is checking the system load date. If system load date = today's date then the trigger will start. My question is how do I keep the current scenario and send dataset via email every…
-
Error installing Dataiku DSS Windows 11
Hello, I have trouble while installing Dataiku DSS on windows 11. I attached the logs. Thanks for your help Operating system used: Windows 11
-
Setting up Event Server
Hello, I am trying to setup the DSS Event Server. (https://doc.dataiku.com/dss/latest/operations/audit-trail/eventserver.html) However, the event logs are not generated, even though the log says 'Flush complete' I wonder that Re-provisioining instance by Fleet manager is needed? after installing Event Server? it doesn't…
-
DSS instance in https - this site can't be reached
Hello, I al trying to move from htto to https url my DSS instance installed i a GCP instance. I installed nginx and followed instructions for the configuration file here…
-
Unable to connect to GKE cluster
Hi, I am tryng to connect my DSS instance deployed in GCP to GKE but when setting up containerized execution configuration -, it fails with the following error message: Kubernetes pod did not start, caused by: IOException: Error while checking kubernetes logs, returned 1 Error from server (BadRequest): container "c" in pod…
-
Connecting to a MariaDB as a datasorce
@ys91 , @casper , @KimmyC , I'm curious how you have set up MariaDB in Dataiku. I understand that it is a variant of MySQL, maybe primarily a version 5.x with some extensions. I'm trying to connect to a MariaDB V10.0.... as a data source. Not as an analytic database per se. I'm hoping to grab the data and use it locally on…
-
DSS connection to GCS - Unable to read private key
hello, Wen configuring DSS connection to GCS the json file failed to be read. When introducing the key file (json file) generated for GCP: first I received the error message where "type" field is missing, I added mannually "type":service-acount" and now it's complaining with: Connection failed: Unable to extract private…
-
This site can’t be reached - DSS instance in GCP
I installed DSS on a Linux instance of GCP. The installation when OK, and when running dss status all the processes are running. however wWhile starting DSS, the chrome browser open an empty page with the following text : "this site can't be reached. 127.0.0.1 refused to connect the dss status command shows all OK the curl…
-
Scenario
Is is possible to set up a scenario to run monthly based on SQL change trigger? SQL change trigger will be based on system load date.