Web Apps plugin does not appear in Flow
aya
Partner, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Dataiku DSS Adv Designer, Registered Posts: 18 Partner
Hi,
I've done the following tutorial, but the Web Apps plugin doesn't appear in my Flow. Do I need any special settings?
Tagged:
Best Answer
-
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 !
Answers
-
aya Partner, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Dataiku DSS Adv Designer, Registered Posts: 18 Partner
Hi wlukusa,
I can display my webapp on Flow.Thank you!