feat: 支持按看板/图表查询业务数据 - #4
Open
Wanpl-Java wants to merge 1 commit into
Open
Conversation
新增 query_data 问数能力,并修复 2.10.21+ token 前缀与 Windows 鉴权优先级问题,便于 WorkBuddy 查询已有报表数据。 Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
query_data.py,支持对已有仪表板/大屏执行list-views/query-data,返回结构化业务数据(charts[].rows),满足 WorkBuddy 报表问数场景findById+chartData/getData;创建看板checkVersion调整为2.10.26;截图注入兼容de_v2_user.tokenSKILL.md/README.md/INSTALL.md/api.mdTest plan
.env(DATAEASE_BASE_URL+ AK/SK),确认openssl可用python scripts/inspect_data.py --list-datasets可正常返回python scripts/capture_dashboard.py list-resources --busi-type dashboard可列出看板python scripts/query_data.py list-views --resource-name "<看板名>"可列出图表python scripts/query_data.py query-data --resource-name "<看板名>"返回charts[].rows--view-title/--view-id可精确拉数Notes
.env密钥文件