-
How we can use a AWS EFS file share for Dataiku APIs deployed to Kubernetes
How we can use a AWS EFS file share for Dataiku APIs deployed to Kubernetes. We can configure CSI driver and storage class, then create PVC on Kubernetes cluster. But, how we can use it as mount in deployments that gets deployed through DSS API deployer.
-
set up redshift connection
Operating system used: RHEL8 Operating system used: RHEL8 Operating system used: RHEL8
-
Incomplete and possibly incorrect documentation for cgroups, can't persist the settings at reboot
Hi, I'm following the Using cgroups for resource control guide, and the Making the settings persistent at reboot is missing instructions for legacy systemv-based init scripts. Our DSS version is now 14.0.2, but we originally installed something pre-v13. Our nodes don't have the /etc/dataiku/ directory, but have…
-
Is it possible to have multiple source of provisioning user ?
Hi Dataiku Community ! Let me explain my context: Today and for a undetermined period, we have two different App to provision our DSS group user (LDAP and AzureAD precisely). However, we do not have same information on these two sources … My question: Is it possible to set up the Two different source to provision a single…
-
Error when renewing license on Dataiku Govern
Hi, I've encounter an error while trying to renew license in Dataiku Govern. My current license is expiring in 30th July 2025. What do I need to do to resolve this? Preferably another way without upgrading the DSS. Thanks. Sean Operating system used: Windows
-
DataIKU not recognizing locally installed python
I am trying to create a new Python Code Env in my locally installed instance of Dataiku. The only option is Python 3.7. All the other options (Python 3.8, 3.9, 3.10, 3.11 and 3.12) are listed as "Not available" in the dropdown. I have Python 3.10 and Python 3.12 locally installed, but somehow Dataiku is not recognizing it.…
-
Impossible to use Custom Python UI for an application
Hello, I'm doing an application with the application designer. I'm trying to retrieve values from a dataset and put it inside a SELECT json list. To do that, I want to use the custom Python UI with the do() method, but i'm unable to save it, and therefore to launch it. In fact, i'm unable to save the app if I write…
-
Load Balancer IP Address
I'm working with my DKU platform (running in Azure) to configure my kubernetes cluster with the goal of ensuring my load balancer node runs with the same IP address every time - e.g. 10.1.1.100. My AKS plugin configuration has a node pool named API-LoadBalancer. It has one node and does not autoscale. The admin panel's…
-
Design Node Launch Failure
I have set up a Dataiku on AWS and configured it to automatically start/stop the Fleet Manager and design nodes using AWS functionality. Yesterday, both the EC2 instances and DSS started successfully. However, today, while the EC2 instances started successfully, the DSS failed to start. For reference, the version of…
-
Using other python version
hello i want to use other python version my environment is on-premise and OS is Rocky 9.5 so default python version 3.9 Since python3.11 and python3.12 can be installed from the Rocky 9.5 dnf repo, I installed them with dnf install and restarted dss. Then go to code-env and select python3.11 or python3.12 and click the…