Plugins & Extending Dataiku
-
Practical use of the Text Preparation Plugin
I'm working with short-form text question answers that have been hand-typed into online forms. As is typical with human hand-entered data there are typographical errors all over the place. A small percentage of folks who fill out these forms are providing non-English responses. I'm trying to use the Dataiku Text…
-
Visual Webapp list not updating
Hi there, I'm making plugins with an enclosed shiny webapp. While working on the plugin I've done some trial and error, trying out different setups for the webapp. However, after a few of these experiments the list of Visual Webapps that is shown in the Webapps section when adding a new webapp is not correctly…
-
Issue installing Julia Integration
Hi All, I have installed the plugin, and followed the instructions here (https://github.com/dataiku/dss-plugin-julia) to install the julia integration, but I am met with an error that I don't fully understand. I have the instance installed on a Red Hat 8 VM where I am the admin of the OS with root access and the admin of…
-
Julia Plugin: Your user profile does not allow you to write Julia code
Hi all, I am messaging in regards to this plugin:https://www.dataiku.com/product/plugins/julia/ I am currently the admin of my instance. I am not sure why it's stopping me from using the plug in when I should have admin access Can someone help? Operating system used: Ubuntu, Windows (VM)
-
Add a color palette to a macro
Hello, I created a macro that generates a notebook containing any specific chart code, I want to add more customization, such as adding a color palette for the user to choose categories colors. Is there a possibility for that? and how? I read https://doc.dataiku.com/dss/latest/plugins/reference/charts-elements.html but it…
-
VS Code integration - saving recipe un-attaches output dataset
I have tried all manner of re-attaching the dataset and saving in the web interface on the DSS Design Node, then refreshing the VS Code. I have closed VS Code entirely, attached the dataset, saved, then re-opened VS Code. However, in all cases as soon as I save the recipe from VS Code, the recipe un-attaches itself from…
-
Multi dataset input role for custom plugin in
Hello, i'm currently writting a plugin based on a python recipe. The plugin aims is to calculate quantiles for each columns of the input dataset. Is there a way to have a dynamic number of input ? I'm trying to avoid to replicate the use of the pluggin but i can't be sure about the number of dataset to take in account. My…
-
Pluggin code env
Hi, I'm trying to create a pluggin based on a python recipe than i'm using several time in my projet. My issue is that i'm working on an standalone machine that have no acces to internet therefor when i try to add a code env to my pluggin it fail and i'm not able to run it. Is there a way to use an existing code env in my…
-
How to include external features for a time series forecasting training job?
I am trying to train a multivariate time series model with the "train and evaluate forecasting models" method available in the "forecast" plugin. I have added an external feature(holidays) to the training by checking the "Add external features" check box and selecting the external feature using drop down.. but the…
-
Using Sedona in Dataiku
I am trying to use dataiku with Sedona by doing the following: import com.dataiku.dss.spark._ import org.apache.spark.SparkContext import org.apache.spark.sql.SQLContext import org.apache.spark.sql.functions._ import org.apache.sedona.sql.utils.SedonaSQLRegistrator import org.apache.spark.sql.SparkSession val sparkConf =…