davidzollo commented on code in PR #8676:
URL: https://github.com/apache/seatunnel/pull/8676#discussion_r1954500806
##########
docs/zh/connector-v2/sink/Greenplum.md:
##########
@@ -0,0 +1,42 @@
+# Greenplum
+
+> Greenplum水槽连接器
+
+## 描述
+
+使用[Jdbc连接器](Jdbc.md)将数据写入Greenplum。
+
+## 主要特性
+
+- [ ] [exactly-once](../../concept/connector-v2-features.md)
+
+:::tip
+
+不支持精确一次语义(Greenplum数据库中尚不支持XA事务)。
+
+:::
+
+## Options
+
+### driver [string]
+
+可选jdbc驱动程序:
+- `org.postgresql.Driver`
+- `com.pivotal.jdbc.GreenplumDriver`
+
+警告:为了符合许可证要求,如果您使用“GreenplumDriver”,则必须自己提供GreenplumJDBC驱动程序,例如将Greenplum-xxx.jar复制到独立版的$SEATUNNEL_HOME/lib。
+
+### url [string]
+
+JDBC连接的URL。如果您使用postgresql驱动程序,则值为“jdbc:postgresql://${yous_host}:${yous.port}/${yous.dabase}”,或者您使用greenplum驱动程序,其值为“jdbc:枢轴:greenplums://${you_host}:${yous_port}”;数据库名称=${yous_tabase}`
Review Comment:
`yous` -> `your`
`tabase` -> `database`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]