-
Dataiku Elastic AI kubernetes: all task fail with "urllib3 v2.0 only supports OpenSSL 1.1.1+"
I've built the base image with /dss_data/data/bin/dssadmin build-base-image --type container-exec I've setup the Administration > Settings > Containerized execution and PUSH BASE IMAGES I can see the container/docker image in ECR When I run AutoML or any other task it always fails with [2023/08/15-14:10:49.661]…
-
What ports needs to be open for Elastic AI jobs in Kubernetes?
Assuming the DSS base port is 9000 I guess I need to allow incoming connections to ports 9000-9010 from the EKS CIDR, But then when I used the DSS > Administration > Settings > Containerized execution > TEST I see that it also tries to connect to 33249 [2023-08-16 12:54:19,130] [1/MainThread] [INFO] [root] Try to ping…
-
Install Llama 2 on Code Env (Via Llama.cpp with CPython)
Hello Dataikers! TL;DR I want to use this model llama-2-7b.ggmlv3.q4_0.bin inside a code env, to do this I am using python port llama-cpp-python My problem is that I need to compile llama.cpp and install shared lib. How can I do this? PD: This code env will be containerized Saul
-
Disable startup at boot time
Hello, everyone. is it posible to desable the configurition of startup at boot time? It was enabled when the next command was executed: sudo -i INSTALL_DIR/scripts/install/install-boot.sh DATA_DIR USER_ACCOUNT Than you very much!! Operating system used: Linux
-
deployer configuration
How to configure deployer node
-
Viewing the column name of the snowflake table
When creating a dataset with a Snowflake table in Dataiku, is it possible to view the column names (COMMENT) of the Snowflake table in Dataiku? We need to see the column names (COMMENT) of the Snowflake table in the Dataiku dataset due to standardization requirements, but they are not visible. We are inquiring about this…
-
DataIKU Deployment and Installation in Azure Kubernetes
Hello, I'm looking for some information, reference architecture to deploy dataiku on Azure Kubernetes. We would like to set up a dev environment for testing the app. also, any guidance , pros cons etc would be appreciated . Also looking for documentation and steps on how to deploy the app on Azure K8's. Operating system…
-
DataIKU Setup
Hello All, We are planning to deploy the application on Azure VM's. We will have 2 regions i.e EMEA and NA. What would be the best recommendation for hardware specifications in these regions? We are completely new to DataIKU. What nodes can be deployed for DEV(like Design for DEV) and Prod(API and Automation Node)?…
-
Permission error when listing dataset partitions
I am encountering an issue when trying to start a dashboard. I need to list partitions from certain datasets but am receiving an error regarding permission: DataikuException: com.dataiku.dip.exceptions.UnauthorizedException: Failed to read project permissions I am using the code below to connect to my project and call the…
-
Connecting to snowflake
Hi I'm trying to connect my dataiku instance to a snowflake instance. I have admin rights in dataiku, but I don't understand JDBC connection URL v oauth connections. I can get it to connect using my snowflake username and password, but there is one other user who needs to connect to snowflake and he can't use the same user…