-
Scope Error when trying to attach gke cluster
Hello Dataikers, i m trying to attach a gke cluster with a service account. on my dss server gcloud command works fine and i m able to deploy a k8S cluster. On dds gui, i m facing a kind ok right issue with api (i think) I m getting this error Failed to start cluster : <class 'googleapiclient.errors.HttpError'> :…
-
Unable to modify SSH Private Key in Clusters/Configuration
Hello team, I m facing an issue when trying to configure GKE cluster. Looks like SSH Private Key is in a config file somewhere on my dss server but where :) ? I have an error that i m trying to resolve in my cluster creation. Do you have any idea where i can change the entry for SSH private key, and which value is required…
-
No module named 'yaml
Hello Dataikers, I'm trying to start or stop a GKE cluster and i m facing an issue with error : Failed to stop cluster : <class 'ModuleNotFoundError'> : No module named 'yaml' On my dss server side : python3 -c "import yaml; print(yaml.__version__)" → 5.4.1 (command return version) Do i miss something during configuration…
-
How to get metrics (jmx, prometheus, etc) for Dataiku DSS ?
From what I can get from the documentation at DSS does not export metrics via prometheus, or JMX. The only thing it can do it's to export metrics to Graphite/Carbon server. The documentation does not mention what metrics are actually exported either, so for me it's hard to tell if it's even worth it to go all the trouble…
-
Where we can modifiy configuration for audit.log files
Hi everyone, As stated in the title of this post I am trying to find out how to modify the initial configuration of the audit.log files. By default, we keep 20 files of 100Mb and I wanted to know if it was possible to modify for example the number of files to increase it to 40 (for instance)? I have not found any…
-
Retrieval Augmented Generations Tutorial Question
In the tutorial Tutorial | Use the Retrieval Augmented Generation (RAG) approach for question-answering There is prerequisite section that says the following: A compatible code environment for retrieval augmented models. This environment must be created beforehand by an administrator in the Administration panel > Settings…
-
Reverse Proxy Configuration
We are trying to setup reverse proxy. Below code is useful but not sure where to put this code? What is the configuration file under which this code should be kept? As DSS comes with nginx embedded in it, I am not able to find the directory in which the nginx related files lie. # nginx SSL reverse proxy configuration for…
-
Can we install Dataiku in Openshift ?
Can we install Dataiku in Openshift ?
-
How to integrate GPU from an external instance to my actual Dataiku instance
Hi I am currently running Dataiku DSS in AWS EC2 and I have a common use instance type where it is running. Due to some proyects and proposals I am required to use GPUs to accelerate the process of training models, and I have an accelerated computing EC2 instance that I want to use for this new proyects, but migrating all…
-
custom dataiku install on linux reverse proxy
I set up the proxy like this after I finished installing the dataiku, but the homepage won't open. Where did I go wrong with the nginx setting?