Open
Description
As a Dataiku developer I expect to retrieve a list of dashboards and their details using the dataikuapi, but when I call the project.list_dashboards()
method I get the following error:
AttributeError: 'DSSProject' object has no attribute 'list_dashboards'
The Developer Guide for Projects calls for a .list_dashboards method
https://developer.dataiku.com/latest/api-reference/python/projects.html#dataikuapi.dss.project.DSSProject.list_dashboards
dataikuapi.dss.project.DSSProject (and the entire repo) doesn't contain a .list_dashboards() method.
https://github.com/search?q=repo%3Adataiku%2Fdataiku-api-client-python%20list_dashboards&type=code
Metadata
Metadata
Assignees
Labels
No labels