-
dataiku plugin development
Problem statement : In dataiku Plugin , If I click add button it gives input field (parquet file details - source link, column names..) this will trigger automatically modify recipe.json & run recipe.py. Simply - add details in UI form and details be permanent until modified. That should make change in recipe.json . Right…
-
plugin parameter type COLUMNS seems to miss some columns
I had a plugin that allowed the user to select 1 column and the type was set to COLUMN and this seemed to work fine. However, I wanted to upgrade to be able to select multiple columns, so I changed the type to COLUMNS and I found the some columns would always be missing form the list? is this a know issue? any workaround…
-
Access plugin custom ui from customrecipe.py
Hi! I've a custom plugin(recipe made into plugin) as well as a custom ui and I'm writing data from dataiku to somewhere else using post request. In case it fails, I want to show in the custom ui that the write has failed. Right now I'm able to handle the exception and show if any error occurs in the job run details. Is…
-
Creating Plugins to extend Dataiku DSS
Hi, I have been using Dataiku DSS for some time and love it's functionalities although at times I would like to add something to it. Has anyone created some sort of a cheat sheet of different things we can do to extend DSS, one of them would be to write our own plugins. Any resources (blogs, Dataiku docs, etc...) to do…
-
dataset content in plugin UI
Hey, I have built a dataset that I would like to be displayed near parameters in plugin's UI. Do I have to use method of custom UI shown in documentation or is there a simple way to achieve that? Also can custom UI only be done with python or is it efficient with R too? P.S. would like to take a look into custom UI examples
-
How to embed a specific view of the DSS Flow Once Filters and Tags are Applied?
Hello everyone, Our team is trying to leverage different views from a Dataiku flow through the filtering capability in conjunction with tags. Our overall goal is to be able to showcase the specific flow/connections between data sets to end users who might only be interested in 1 portion of the flow (ex: flow X is tagged w/…
-
Live search for SELECT parameter
Hi, is it possible to define a "live-search" SELECT parameter when defining the parameters via the JSON file? I know it is possible when using fully custom forms (cf https://doc.dataiku.com/dss/latest/plugins/reference/other.html#fetching-data-for-custom-forms) <select dku-bs-select="{liveSearch:true}"…
-
Input/output of custom recipes
Hi, I noted that only 2 forms of input are supported by custom recipes. * acceptsDataset (boolean, default true) * acceptsManagedFolder (boolean, default false) Is it possible for me to have more flexibility, such as having a textfield or other forms of fields as seen on typical HTML forms? This could greatly increase the…
-
Naming Conventions Settings
Hello, I was wondering if there is any existing feature in dataiku that helps enforce standard naming conventions for datasets and visual recipes? I was thinking about creating a plugin that can check for this if there is not already a feature buried in the DSS backend system.