-
Getting Help - Start Here!
We have created resources to help you navigate to find the assistance you need. In you can find a description of the many sources of support open to you including: * The Community - You are in a great place for help as it is! * DSS Global Search - find answers right within Dataiku DSS itself * Your Internal Community -…
-
Not able to store the pre trained model
I am trying to save the huggingface model in the code env, and it shows no error when am updating the code, but am not able to store it in the Resources directory, Operating system used: Windows
-
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…
-
Dataiku K8S Pod unable to connect DSS
[urllib3.connectionpool] http://XXXXX:PORT "POST /dip/api/XXXXX/containers/get-execution HTTP/1.1" 500 None [ERROR] [root] Could not reach DSS: None: b'Unknown execution context: test_execution_id Pod config have the necessary variables under the container along with the base image. This execution id is returning as…
-
After installing - the web page is not loading
OS : Ubuntu 22.04 DSS : 13.1.1 After starting DSS free edition, here is what I get by connecting to the server : looking at the backend.log I don't see any error either (see file) any idea what the reason could be ? Operating system used: Ubuntu 22.04
-
How to debug provisioning errors using Fleet manager
I get an error when I provision Automation servers using Fleet manager. How can I debug this? Operating system used: Amazon Linux
-
How to get a trial version of dataiku to complete project for advanced designer certification course
-
ModuleNotFoundError: No module named 'dataiku.langchain'
Hi, I was recently trying to install the dataiku api locally for some testing purposes but was met with some errors. Installation seemed to be working fine but the moment I tried to run this code:`from dataiku.langchain.llm import DKUChatModel` , it seemed to crash and be unable to find the dataiku.langchain module. What…
-
Deployment hook
"Could you provide steps or documentation on how to add YAML files and define volumes in a Kubernetes deployment using a pre-deployment hook in Dataiku? Specifically, I'm looking for guidance on how to include YAML configurations and attach a volume through the pre-deployment hook." Operating system used: windos
-
Create Managed EKS via dataikuapi.
Hello, I'm trying to create a managed EKS like in image left created manualy inside dss design. I'want to use api client to automate this. After reading and getting right packages to create_cluster() i'ts till import dataikuapiimport jsonclient = dataikuapi.DSSClient(host, api_key)# Read the JSON filewith open('eks.json',…
-
Can Dataiku version 12.4 connect to a MongoDB superior version than 3.2.2 ,for example 5.0 or 6.0 ?
Using the UI we can no connect to mongo DB , its gives us a n error , but when we uses pymongo we can connect to mongodb. Review- the dataiku the installation have the java connector 3.2.2 , we can update the java connector in order to connect a superior version of mongo Operating system used: Redhat 8.9 Operating system…