Skip to content

Commit d9b71d1

Browse files
author
duzhendi
committed
[Doc][Improve] support chinese [docs/zh/connector-v2/sink/Maxcompute.md]
1 parent 7cb5e70 commit d9b71d1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: docs/zh/connector-v2/sink/Maxcompute.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ CREATE TABLE IF NOT EXISTS `${table}`
8080

8181
您可以使用以下占位符
8282

83-
- database:用于获取上游模式中的数据库
84-
- table_name:用于获取上游模式中的表名
85-
- rowtype_fields:用于获取上游模式中的所有字段,我们将自动映射到该字段
86-
MaxCompute的描述
87-
- rowtype_primary_key:用于获取上游模式中的主键(可能是列表)
88-
- rowtype_unique_key:用于获取上游模式中的唯一密钥(可能是列表)
89-
- comment:用于获取上游模式中的表注释
83+
- database:用于获取上游模式中的数据库
84+
- table_name:用于获取上游模式中的表名
85+
- rowtype_fields:用于获取上游模式中的所有字段,我们将自动映射到该字段
86+
MaxCompute的描述
87+
- rowtype_primary_key:用于获取上游模式中的主键(可能是列表)
88+
- rowtype_unique_key:用于获取上游模式中的唯一密钥(可能是列表)
89+
- comment:用于获取上游模式中的表注释
9090

9191
### schema_save_mode[Enum]
9292

0 commit comments

Comments
 (0)