2 条评论 (2 条评论)0 个反应 (0 个反应)0 位负责人 (0 位负责人)Java1,234 个派生 (1,234 个派生)batch import
documentationgood first issue
仓库指标
- 星标
- 4,937 个星标 (4,937 个星标)
- PR 合并指标
- PR 指标待抓取 (PR 指标待抓取)
描述
It would be great to add user-facing documentation for:
/tables/{tableName}/forceCommit: Would be useful to know how it works and what happens when it fails
/tables/forceCommitStatus/{jobId}: Would be useful to know how status of the jobs changes/how they're cleaned up
贡献者指南
- 研究方向
- 该问题要求为 forceCommit API 端点编写文档。首先检查仓库中现有的 API 文档结构,可能在 'docs' 或 'documentation' 目录中。查看其他类似端点是如何记录的。端点为 /tables/{tableName}/forceCommit 和 /tables/forceCommitStatus/{jobId}。研究这些端点的源代码,以了解其行为、失败情况和状态变化。然后按照现有文档风格编写清晰的描述。
- 技术栈
- javarest api
- 领域
- backendapi
- 议题类型
- 文档
- 前置要求
- Git