feat: global dashboard export ops type column and filter - #3364
Merged
Conversation
Insert WFExportOpsType into Common/SQLRelease/DataExport global headers and row builders; keep project layout frozen and prune empty optional cols. Co-authored-by: Cursor <cursoragent@cursor.com>
Extend ExportGlobalWorkflowReqV2 with optional query so export filtering aligns with the global workflow list. Co-authored-by: Cursor <cursoragent@cursor.com>
Regenerate OpenAPI artifacts for filter_by_ops_type_uid on dashboard export. Co-authored-by: Cursor <cursoragent@cursor.com>
PR Reviewer Guide 🔍(Review updated until commit 154e36f)
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
CE vendor ListDataExportWorkflow has no OpsType field; move name resolution to a !enterprise stub so shared export.go typechecks.
|
Persistent review updated to latest commit dc3e3ae |
Replace the mismatched swagger.json dump with the repo swag output so docs.go, swagger.json, and swagger.yaml stay consistent.
|
Persistent review updated to latest commit 154e36f |
Seechi-Yolo
approved these changes
Aug 21, 2026
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.
User description
关联的 issue
https://github.com/actiontech/sqle-ee/issues/3090
描述你的变更
ExportGlobalWorkflowReqV2增加可选filter_by_ops_type_uid确认项(pr提交后操作)
Tip
请在指定复审人之前,确认并完成以下事项,完成后✅
not_compatibleneed_update_docDescription
在请求结构体中新增
FilterByOpsTypeUID字段更新 API 文档及 swagger 定义说明
导出逻辑中添加 ops type 信息映射
增加 CE 模式下的空实现及测试更新
Diagram Walkthrough
File Walkthrough
3 files
添加 FilterByOpsTypeUID 参数及注释说明导出函数中集成 ops type 信息映射添加 CE 模式下 ops type 空实现3 files
增加 swagger 参数描述和文档更新更新 swagger.json 中 ops type 定义更新 swagger.yaml 增加 ops type 参数1 files
更新测试,验证导出列中 ops type