-
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…
-
can not register to DSS , after first time of installation
I am facing this error: Network Error: An attempt to communicate with DSS failed. Please check your network connectivity. Operating system used: RHEL-8.9 Operating system used: RHEL-8.9
-
DSS and Ubuntu compatibility
Hi, is there an overview of which DSS versions support which Ubuntu versions? We are currently working with DSS 12.3.1 and Ubuntu 20.04 but Ubuntu 20.04 is almost EOL so we want to upgrade to Ubuntu 22.04. Is that possible with our current DSS version? We are planning on upgrading to DSS 13 soon but want to take some…
-
Programmatically configuring Code env within Python Recipe for executing a scenario
Is there a way within Dataiku where we could Programmatically configuring Code env within Python Recipe for executing a scenario? This documentation doesnt' describe that functionality. https://developer.dataiku.com/latest/api-reference/python/code-envs.html#dataikuapi.dss.admin.DSSCodeEnv Operating system used: Windows…
-
ModuleNotFoundError: No module named 'modellightgbm'
I'm training a LightGBM classification model on Dataiku using a Python 3.6 environment with the following packages on dataiku 13.3.1 version : scikit-learn>=0.20,<0.21 scipy>=1.2,<1.3 xgboost==1.5.2 statsmodels>=0.10,<0.11 jinja2>=2.10,<2.11 flask>=1.0,<1.1 cloudpickle>=1.3,<1.6 matplotlib==3.3.4 numpy==1.19.5…
-
Is it possible to force communication ports between DSS and Elastic AI jobs?
I have Dataiku setup in a virtual machine using kubevirt in kubernetes. This means I am unable to open all ports between 1024-65536 since the kubevirt VM is behind a kubernetes service which doesn't allow for intervals. Does anybody have an idea how I can use a small interval of ports? (around 10) for container ←> dss…
-
How to create containerized execution using dsscli or python API
Hello, I'm trying to automate the deployment of Dataiku so I need to configure a few things to be set up automatically. I figured out how to do that for users and groups, for fine grained permissions I use the python API. I still need to figure out how to do this for creating containerized executions and code envs I didn't…
-
Automation node responds with error after upgrade
We recently upgrade Dataiku to 13.3 version. we have Automation and Design node and when we are trying to run something on Automation node or deploy new bungle it responds with error : "User does not exist on node" Operating system used: RHEL
-
Dataiku Free Edition - Installation issues
Hi, I have a Windows laptop and I am trying to install the Dataiku free edition on it. When I run the Dataiku Launcher Setup it freezes at the 'Loading' stage with the following message box displayed: Can you assist please? Thank you Victor Operating system used: Windows 11 Home 64 bit Operating system used: Windows 11…
-
Saving spark dataframe as Parquet using standalone Spark on Local server
Hi Team, My Dataiku server has not been integrated with Hadoop cluster but I have standalone spark installed in the DSS server. While creating a new dataset, the only file format that is available for me is csv. I wanted to know, whether it is possible to save my datasets as 'parquet' into my local DSS server.