How can I add a Plugin to the right side panel

Solved!
gblack686
Level 4
How can I add a Plugin to the right side panel

How can I add my custom plugin to be selectable from the right side panel?

0 Kudos
2 Solutions
Alex_Combessie
Dataiker Alumni

Hi,

Yes, you can! Simply add "selectableFromDataset" key inside your recipe.json, as explained in https://doc.dataiku.com/dss/latest/plugins/reference/recipes.html#select-from-flow-view.

Note that since DSS 7.0 there is also an additional "selectableFromFolder" key.

Hope it helps,

Alex

View solution in original post

Alex_Combessie
Dataiker Alumni

That's the icon key in plugin.json. After changing it you will need to reload the plugin on the plugin development page. And finally refresh your browser tab on the flow.

View solution in original post

0 Kudos
4 Replies
Clรฉment_Stenac

Hi,

You need to add selectableFromDataset in the recipe descriptor.

Please see https://doc.dataiku.com/dss/latest/plugins/reference/recipes.html#select-from-flow-view for details

Alex_Combessie
Dataiker Alumni

Hi,

Yes, you can! Simply add "selectableFromDataset" key inside your recipe.json, as explained in https://doc.dataiku.com/dss/latest/plugins/reference/recipes.html#select-from-flow-view.

Note that since DSS 7.0 there is also an additional "selectableFromFolder" key.

Hope it helps,

Alex

gblack686
Level 4
Author

Additionally, how do you change the icon on the sidebar? I've changed it on the recipe, but the panel still shows the puzzle piece. 

Thanks

0 Kudos
Alex_Combessie
Dataiker Alumni

That's the icon key in plugin.json. After changing it you will need to reload the plugin on the plugin development page. And finally refresh your browser tab on the flow.

0 Kudos