-
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…
-
How does UIF work with Impala ?
Hi, we have an installation with UIF enabled. For all other activities impersonification on Hadoop works fine, but it seems that this is not the case of Impala. We have run a query with a user but looking at the logs in Cloudera Manager the same query is run by the DSSUSER and not by the end user. Is that the expected…
-
Generate User public SSH key
Hello, where can I create a public SSH Key of my Dataiku account? Do I have to create it in a shell recipe? I didn't find any other option. I want to use the key to connect an external git repository with my project. Thanks!
-
Connecting to Snowflake via python script in Dataiku
Hi all, Need help on how to connect to Snowflake via a python script in Dataiku. I have Snowflake connector already setup but that allows us to get data /tables into the flow. What I want is to connect to Snowflake via a python script using the snowflake connector. Tried this conn = snowflake.connector.connect(…