You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
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
The text was updated successfully, but these errors were encountered: