Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

project.list_dashboards() doesn't exist #279

Open
shaun-actionanalytics opened this issue Jun 8, 2023 · 0 comments
Open

project.list_dashboards() doesn't exist #279

shaun-actionanalytics opened this issue Jun 8, 2023 · 0 comments

Comments

@shaun-actionanalytics
Copy link

shaun-actionanalytics commented Jun 8, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant