Plugins & Extending Dataiku
-
Tableau Hyper Export
Hi, Tableau hyper export plugin option works wonders. But there's a small issue when it comes to specifying my destination project. Let's say I need to export the hyper file to a sub-folder inside a parent project, export option doesn't seem to work as it throws an error - Failed to export rows : class 'ValueError' : The…
-
Making "credential_request" type Parameter Optional in Plugin
Hello Everyone, I'm reaching out today with a question regarding a plugin I've been working on. I followed the parameter guidelines, and everything seems to be in order except for one issue. I'm struggling to make the "credential_request" type parameter optional, and I could really use your expertise and guidance to solve…
-
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…