Plugins & Extending Dataiku
-
Javascript is being cached
Hello, I am developing a plugin with custom UI. However, the javascript source seems to be cached, i.e. the the javascript source does not seem to update even though I update the plugin using the Plugins menu in Admin Tools. the html files and json files seem to be updating. How can I solve this issue? Thanks,
-
How to send a parameter from AngularJS to my do.py file?
I have the following plugin implementation: A dataset is fed to the plugin --> the do.py file extracts the column names --> Using AngularJS, callPythonDo() and the proper HTML, the custom form shows the names of the columns to the user --> the user selects a column-name. So far so good. How do I "send" the selected…
-
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…