This is an automated email from the ASF dual-hosted git repository.
wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 1564771449 [Doc] Fix sink jdbc doc (#6459)
1564771449 is described below
commit 15647714496ccf2f205f0f737debb2a92e794279
Author: XiaoMaYi <[email protected]>
AuthorDate: Sat Jun 15 23:03:37 2024 +0800
[Doc] Fix sink jdbc doc (#6459)
---
docs/en/connector-v2/sink/Jdbc.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/en/connector-v2/sink/Jdbc.md
b/docs/en/connector-v2/sink/Jdbc.md
index 18a3d4c66d..765c9961c8 100644
--- a/docs/en/connector-v2/sink/Jdbc.md
+++ b/docs/en/connector-v2/sink/Jdbc.md
@@ -304,7 +304,7 @@ sink {
driver = "com.mysql.cj.jdbc.Driver"
user = "root"
password = "123456"
-
+ generate_sink_sql = "true"
database = "sink_database"
table = "sink_table"
primary_keys = ["key1", "key2", ...]