Plugins & Extending Dataiku
-
Publish a Plugin
Hello, Is there a way to publish a plugin to the store or to share plugin with clients without sharing the code of the plugin (avoid convert to plugin dev button and public github)? Like protecting it ? Thank you for your help!
-
straight line using AutoArima for time series forecasting!
Hi, I'm currently working on a time series forecast using auto ARIMA. My dataset contains weekly peaks and I need to forecast one year ahead. However, when I use auto ARIMA, the resulting forecast appears as a straigth line without capturing seasonality and patterns that are evident in the historical data. The historical…
-
Append a pandas dataframe to an already existing Dataset within a plugin
I'm creating a custom plugin containing a recipe that evaluates a machine learning model and outputs a DSS Dataset with performance metrics (it is very similar to the in-built Evaluate recipe). However, each time I train the model, I would like to append the new performance record to the already-existing Dataset rather…
-
Update Local Variable with Python
I'm using python code to update variables from a dataset within an Application. When the python code runs it is updating the Global variables by default. Is there a way to specify for python to update the Local Variables and not the Global Variables?
-
Is there an exemple project for ChatGPT plugin ?
I could not find any (looked in https://gallery.dataiku.com/projects/DKU_GALLERYHOME/wiki/1/Gallery%20Home and dataiku 12 "DSS Tutorials", "Sample projects" and "Dataiku Solutions") Ideally the project sample corresponding to https://content.dataiku.com/email-llm-demo would be great to demonstrate ChatGPT dataiku…
-
Developer Guide: Your one stop shop to all your API questions
I am an avid user of the Dataiku APIs as we try to automate monitoring and admin tasks in our Dataiku environments. I always found the "old" API dopcumentation to be confusing and lacking in code examples on how to use the different API methods. I also found confusing the fact that there are actually 3 different API…
-
Is there a way to select all available options in case of a MULTISELECT param?
I have a multiselect list of about 100 options, is there a way to select all the options? Here, I am loading the list of options dynamically. Or if there is a way to disable all other options in MULTISELECT if a particular option is select? Operating system used: WIndows 10
-
Troubleshooting Installing 🍺 Homebrew in a Code Studio Image
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 packages in the container. Warning: Since this would veer off from the OS packages on the DSS server end users should not…
-
"request.exceptions.SSLError" Tableau Server Export
Hello! While trying to export a file to Tableau Server using the Tableau Hyper Export Extension, the error "request.exceptions.SSLError" is appearing. However, I have selected "ignore SSL". When someone else tries to export to the same Server and folder, they are successful. How can I resolve this error when I am already…
-
CONNECTING TO A BUCKET IN S3
Hi I have made a connection to S3 and I have a folder now in Dataiku to which it is connected. This bucket in S3 contains images that I need in order to train my model but when I try to access them I get this error: 2 root error(s) found. [16:13:43] [INFO] [dku.utils] - (0) NOT_FOUND:…