Skip to content

Commit

Permalink
[Improve][Connector-V2] update the docs for paimon sink
Browse files Browse the repository at this point in the history
  • Loading branch information
dailai committed Mar 27, 2024
1 parent 2f2385d commit 7038a7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/connector-v2/sink/Paimon.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Sink connector for Apache Paimon. It can support cdc mode 、auto create table.
| warehouse | String | Yes | - | Paimon warehouse path |
| database | String | Yes | - | The database you want to access |
| table | String | Yes | - | The table you want to access |
| hdfs_site_path | String | No | - | The path of hdfs-site.xml |
| schema_save_mode | Enum | No | CREATE_SCHEMA_WHEN_NOT_EXIST | The schema save mode |
| data_save_mode | Enum | No | APPEND_DATA | The data save mode |
| paimon.table.primary-keys | String | No | - | Default comma-separated list of columns (primary key) that identify a row in tables.(Notice: The partition field needs to be included in the primary key fields) |
Expand Down
1 change: 1 addition & 0 deletions docs/zh/connector-v2/sink/Paimon.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Apache Paimon数据连接器。支持cdc写以及自动建表。
| warehouse | 字符串 || - | Paimon warehouse路径 |
| database | 字符串 || - | 数据库名称 |
| table | 字符串 || - | 表名 |
| hdfs_site_path | 字符串 || - | hdfs-site.xml文件路径 |
| schema_save_mode | 枚举 || CREATE_SCHEMA_WHEN_NOT_EXIST | Schema保存模式 |
| data_save_mode | 枚举 || APPEND_DATA | 数据保存模式 |
| paimon.table.primary-keys | 字符串 || - | 主键字段列表,联合主键使用逗号分隔(注意:分区字段需要包含在主键字段中) |
Expand Down

0 comments on commit 7038a7d

Please sign in to comment.