Web Apps plugin does not appear in Flow

Solved!
aya
Level 3
Web Apps plugin does not appear in Flow

Hi,


I've done the following tutorial, but the Web Apps plugin doesn't appear in my Flow. Do I need any special settings?

 

https://academy.dataiku.com/web-apps-in-dataiku-dss/506867

https://academy.dataiku.com/plugin-development/513345

0 Kudos
1 Solution
wlukusa
Dataiker

Hi @aya

Most likely in the step "Edit Definitions in webapp.json"  the roles section needs to be uncommented to have :

"roles": [
    {"type": "DATASET", "targetParamsKey": "input_dataset"}
]

You should then be able to go to a dataset and see the "Webapps" section in the right panel Actions.

As the information in the Academy tutorial does not seem up to date, I'll report this information for fixing. 

Hope this helps ! 

View solution in original post

2 Replies
wlukusa
Dataiker

Hi @aya

Most likely in the step "Edit Definitions in webapp.json"  the roles section needs to be uncommented to have :

"roles": [
    {"type": "DATASET", "targetParamsKey": "input_dataset"}
]

You should then be able to go to a dataset and see the "Webapps" section in the right panel Actions.

As the information in the Academy tutorial does not seem up to date, I'll report this information for fixing. 

Hope this helps ! 

aya
Level 3
Author

Hi wlukusa,

I can display my webapp on Flow.

Thank you!

0 Kudos