-
Notifications
You must be signed in to change notification settings - Fork 206
swagger: add api definition for retrieving global data export workflo… #3156
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
Merged
Conversation
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
…ws and their statistics
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨No code suggestions found for the PR. |
winfredLIN
approved these changes
Oct 23, 2025
6 tasks
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
…ws and their statistics
关联的 issue
https://github.com/actiontech/sqle-ee/issues/2560
描述你的变更
Dashboard中展示数据导出工单列表和统计信息接口定义(接口出入参复用了上线工单的)
确认项(pr提交后操作)
Tip
请在指定复审人之前,确认并完成以下事项,完成后✅
not_compatibleneed_update_docDescription
添加 data_export_workflows 路由及统计接口
新增数据导出工单错误处理及返回提示
更新 Swagger 文档定义(docs.go, swagger.json, swagger.yaml)
Diagram Walkthrough
File Walkthrough
app.go
添加全局导出工单路由sqle/api/app.go
workflow.go
添加数据导出工单处理函数sqle/api/controller/v1/workflow.go
workflow_ce.go
添加社区版数据导出工单错误处理sqle/api/controller/v1/workflow_ce.go
docs.go
更新文档: 增加数据导出工单接口描述sqle/docs/docs.go
swagger.json
更新 swagger.json 数据导出接口规范sqle/docs/swagger.json
swagger.yaml
更新 swagger.yaml 数据导出接口描述sqle/docs/swagger.yaml