dataiku / dataiku/dataiku-api-client-python
project.list_dashboards() doesn't exist
還沒有人認領這個 Issue。
- 主要語言
- Python
- 星號
- 44
- 分支
- 29
- 平均合併
- 3 小時 34 分鐘
- 30 天內合併 PR
- 2
描述
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
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從 dataikuapi.dss.project.DSSProject 入口點開始,將實作與連結的 Developer Guide for Projects 進行比較。根據該文件判斷 list_dashboards 的預期行為,然後確認 client 是否公開此方法,並如描述般回傳 dashboard 詳細資訊。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- api
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100