Dataiku plugin development

sivaavmsi
Level 1
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 Iam planning is 
 
Parameter set ----> will modify the recipe.json.
 
Here I got struct 
1.In Parameter set UI  - I need to add the button. If I click that button keep on, that should generate the set of input fields and drop down..so on UI features in the same form.
2. After submitting or saving form that should modify the recipe.json
 
If you give details of the above problem to resolve . It will be great helpful.
0 Kudos
1 Reply
AlexT
Dataiker

Hi @sivaavmsi ,
I believe we have followed up on this in support ticket. 
If you are looking to create dynamic custom form, so you would need to build a custom UI for that https://doc.dataiku.com/dss/latest/plugins/reference/other.html#custom-settings-ui.

Thanks,

0 Kudos