-
Dataiku DSS start failed : The Dataiku DSS installer closed with code 1
Hi everyone, Just noticed there's an updated for the latest Dataiku release couple of days back. So I just updated them through the launcher. But once it's finished, it always giving me the following error : Dataiku DSS start failed : The Dataiku DSS installer closed with code 1 Can anyone point out how to roll back to the…
-
Dataiku on Windows
This is a great post I just came across so reposting for visibility as I think it's really interesting: https://blog.dataiku.com/rethinking-dataiku-for-windows-users
-
How to make a clean uninstall of DSS on Mac?
Hi, How can I delete Data Science Studio application and all the settings file on Mac OS X? I want to start with a new fresh install.
-
Can't Be Installed on Windows 11
In order to use the Visual ML deep learning prediction model, Time Series Forecasting model, etc. you are required to have a custom python code environment, and then you have to install the "Visual Deep Learning..." additional packages into the custom python environment. However, on Windows 10 or Windows 11 when you go to…
-
Upgrading to latest version in MacOS Ventura
Hi, so I was running v12.1.3 and wanted to upgrade to the latest version. The documentation said that all I needed to do was to go to https://www.dataiku.com/product/get-started/mac/ and let the "Dataiku’s Mac launcher application that will assist you in installing and updating to the latest version of Dataiku DSS as soon…
-
Installing additional Python versions on MacOS Ventura
So I wanted to install additional Python versions on my MacMini M2 on MacOS Ventura 13.6. Tried many different options installating Python using package managers, manually building source, etc and none of them worked when I tried to create Dataiku code environments or failed before that. The following is what worked for me…
-
Installation on MacMini M2 Apple Silicon
Not really a question but a quick post to say that I am very impressed with how easy it was to setup Dataiku on a MacMini M2 Apple Silicon. Given that Dataiku is not officially supported other than under Linux I was quite surprised to see that Dataiku has developed an application to install and run Dataiku on MacOS in a…
-
Components missing from DSS
According to @DSS predefined notebooks in documentation there should be 8 prebuilt notebooks, however, I do not have that in my Code action section(see pic below). How do I get this component? DSS comes with 8 prebuilt notebooks for analyzing datasets: Operating system used: macOS Monterey 12.6
-
Import project. Connection remapping for dataiku-managed-storage
Hi! I'm trying to export a Dataiku project from the Dataiku online service/version into a local instance. Export goes well but at import issues appear as below: Issues were encountered * ERRORMissing connection Missing connection: Connection missing for dataset baseline_fixed (not remapped): dataiku-managed-storage (EC2) I…
-
Setting up an SSH tunnel for DSS Connection
What is the best way to configure a design node to make a secure connection to a PostgreSQL server? I'm thinking that an ssh tunnel might be a way, using an ssh command like this: ssh -L5211:/var/run/postgresql/.s.PGSQL.5432 account@myremotehost.com The above seems to complete successfully from my localhost. Then to create…