-
Encrypted Excel files
Does anyone has the experience to load an excrypted Excel file?
-
Trouble installing DataIku on Mac
I am trying to install DataIku on Mac with macOS Monterey. When I click install, I get an error and launcher.log has following error message: "ERROR: Error calling https://cdn.downloads.dataiku.com/public/launcher/dss-latest.json". Would appreciate help in fixing the issue and installing it. Operating system used: macOS…
-
How to access dataiku home page
I am not able to access Dataiku homepage to run the project, I am using windows based VM downloaded from Dataiku. Please help me. Please help me to get into my project, I need a step-by-step solution to get in/login. Regards Soumitra
-
Upgrading Dataiku DSS instance with AWS Fleet Manager
Hello, everyone. I want to upgrade a Dataiku instance to version 11 through Fleet Manager as mentioned on this post: https://knowledge.dataiku.com/latest/kb/setup-admin/dss-and-aws/manage-on-aws.html But I saw that it is upgrading the Design node. Do I have to upgrade node by node (i.e., the design, automation, and…
-
Terraform deployment
Hello, I'm wondering if anyone can share terraform code for dataIku infra. Thanks I'm thinking to use terrafy to convert the Azure ARM template to terraform but I thought to ask the community incase someone has done it before.
-
Unable to setup DSS Instance using Fleet Manager
Unable to setup DSS Instance using Fleet manager. While running below ansible task to download the mysql connector in Instance template, - name: Extract MySQL Driver 8.0.27 into /tmp become: yes unarchive: src: https://downloads.mysql.com/archives/get/p/3/file/mysql-connector-java-8.0.27.tar.gz dest: /tmp remote_src: yes…
-
Dataiku free edition vs. 14-days free version
Hello, I would like to ask what is the difference of install Dataiku for free or try the 14-days free version. I guess in the second there are many more features and services that we can use from the product ? Regards, xenia Operating system used: Mac
-
How to save Pyspark model from notebook to managed folder
Hi, I'm trying to save pyspark model model.save("/opt/dataiku/design/managed_folders/PROJECT_TEST/9KeBcUKy/ML_SAVED") from notebook to managed folder but I'm getting the following error: Py4JJavaError: An error occurred while calling o2981.save.: org.apache.spark.SparkException: Job aborted. at…
-
Authentication
We do not have the option in the dropdown for OIDC protocol. Only SAML and SPNEGO are available Operating system used: RHEL
-
Docker Containerized execution on local system: Error connectivity between DSS and container
Hi, I'm trying to setup "Containerized execution" using Docker. I've installed docker desktop then ran the following command: ./bin/dssadmin build-base-image --type container-exec When I test the docker I get an error related to connectivity between DSS and container. How can I fix this issue? Error: Starting Docker…