Plugins & Extending Dataiku
-
Project Flow Creation w Code
If one has a particular type of project flow that gets used all the time within an organization, what is the best way to duplicate these common project structures to assure quality control. To accomplish this currently I am utilizing a "golden flow pattern" which I clone and rename to a new project manually as needed - but…
-
IP range matcher plugin
Is it possible to use variable in the IP range plugin? I am getting an error when I am trying to do so (Refer attached) I need to compare individual ip address against a long list of IP range so I was thinking of capturing the list in a variable and pass through the variable in the step but the step does not seem to work…
-
Generating Dendrogram
Is there a plugin or visual recipe to obtain dendrogram using Linkage Method ?
-
Authenticating with GCP to use Document AI API
Hi all, I am trying to use the GCP Document AI service within my Dataiku flow. I have a batch of images I would like to process using the GCP API via a Python code recipe. Within GCP I have created the necessary services and enabled the API for use. My Dataiku instance is a cloud deployment on AWS. I have not been able to…
-
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…