AttributeError: 'DSSProject' object has no attribute 'list_webapps'
luckybruce
Registered Posts: 1 ✭
Hello,
I try to use Webapps API to write the static html.
I follow the document [https://doc.dataiku.com/dss/latest/python-api/webapps.html#id7].
Code:
```project_webapps = project.list_webapps()```
Error:
AttributeError: 'DSSProject' object has no attribute 'list_webapps'
Does anyone has solution?
Thanks
Operating system used: Mac OS
Tagged:
Answers
-
Miguel Angel Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 118 Dataiker
Hi,
The API methods for listing and interacting with webapps were added in DSS version 11.2.0: https://doc.dataiku.com/dss/latest/release_notes/11.html#misc
Since the error message is telling us that method does not exist, can you doublecheck what is your DSS version?