apache / apache/iceberg-python
DOCS: Improve Documentation on Write Support
未关闭
documentation
good first issue
- 主要语言
- Python
- 星标
- 1.1k
- 派生
- 581
- 平均合并
- 1 天 17 小时
- 30 天内合并 PR
- 78
描述
### Feature Request / Improvement
We currently have Write support through two modes:
1. through the Table API
2. through the Transaction API
We also have support for different modes of writes like:
1. append
2. overwrite
3. delete
Which make use of different arg parameters.
It would be great to update our docs to describe each of these operations and API modes explicitly in detail as separate subsections, and pad in any missing details (like the use of `overwrite_filter` in `overwrite`)
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先定位 Table API 和 Transaction API 写支持的文档。比较现有对 append、overwrite 和 delete 的覆盖情况,包括 overwrite_filter 等参数,并在单独的子章节中记录每个操作和 API 模式,补充缺失的详细信息。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 活跃
- 描述清晰度
- 基本清楚
- 新手友好度
- 68/100