dataiku-api-client-python icon indicating copy to clipboard operation
dataiku-api-client-python copied to clipboard

project.list_dashboards() doesn't exist

Open shaun-actionanalytics opened this issue 2 years ago • 0 comments

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

shaun-actionanalytics avatar Jun 08 '23 21:06 shaun-actionanalytics