Hi,
I've done the following tutorial, but the Web Apps plugin doesn't appear in my Flow. Do I need any special settings?
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 !
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 !
Hi wlukusa,
I can display my webapp on Flow.
Thank you!