DataX 通道能力更新(MaxCompute、Hologres、Tdengine、OSS)、安全漏洞更新、通用打包更新等

This commit is contained in:
jt-chen
2022-06-09 21:13:49 +08:00
parent 3225f02bf9
commit e9a579759e
261 changed files with 17980 additions and 2432 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ PostgresqlReader插件实现了从PostgreSQL读取数据。在底层实现上,
// 数据库连接密码
"password": "xx",
"column": [
"id""name"
"id","name"
],
//切分主键
"splitPk": "id",
+1 -1
View File
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.3-1102-jdbc4</version>
<version>42.3.3</version>
</dependency>
</dependencies>