Dataiku plugin development
sivaavmsi
Registered Posts: 3 ✭
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.
Tagged:
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 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,