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 …
How to replicate: Using windows10, download the latest Dataiku DSS on-premise version (13.2.3). Create a New project, upload any dataset with a "target" column having binary value. Click the dataset -…
My recipe failed to resolve a pip package I installed on code env. The same code runs well on Notebook area but failed on recipe using the same code env. I suspect the recipe uses old version of the c…
Hello, I am using the Google Drive Plugin (version 1.1.4) with which I'd like to load an .xlsx file from a Google Drive using a service account. However, I get the following error: "Failed to open Exc…
For anyone out there moving to Dataiku 12.4 be aware that there is a breaking change in Dataiku 12.4 API. Dataiku has decided to add add timezone to their date/time objects returned by the API so if y…
I need the column labels of the preprocessed dataset in the fit function of a custom prediction algorithm that I'm building into a plugin. The classifier in the fit function only accepts a pd.DataFram…
Hi Community, I was working to create a custom code studio that leverages Homebrew to enable experimentation for web app development and allow the end user of the code studio to install OS level packa…
Hi, I tried to follow the tutorial to create a plugin based on Bokeh WebApp : https://academy.dataiku.com/plugin-examples/513345 But I obtained this error "WebApp not trust" (cf error_screen) I precis…
I have a custom plugin with some shared code in the "python-lib" directory that I'd like to import and use in other places. Following this link - https://dss.grc-mlops.com/admin/code-envs/design/pytho…