AttributeError: 'DSSProject' object has no attribute 'list_webapps'

luckybruce
Level 1
AttributeError: 'DSSProject' object has no attribute 'list_webapps'

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

0 Kudos
1 Reply
MiguelangelC
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?

0 Kudos