mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 15:12:22 +08:00
Update json syntax error
This commit is contained in:
parent
c83c5d1819
commit
65104b79ed
@ -50,7 +50,7 @@ DRDS的插件目前DataX只适配了Mysql引擎的场景,DRDS对于DataX而言
|
|||||||
// 数据库连接密码
|
// 数据库连接密码
|
||||||
"password": "root",
|
"password": "root",
|
||||||
"column": [
|
"column": [
|
||||||
"id","name"
|
"id","name"
|
||||||
],
|
],
|
||||||
"connection": [
|
"connection": [
|
||||||
{
|
{
|
||||||
|
@ -48,7 +48,7 @@ PostgresqlReader插件实现了从PostgreSQL读取数据。在底层实现上,
|
|||||||
// 数据库连接密码
|
// 数据库连接密码
|
||||||
"password": "xx",
|
"password": "xx",
|
||||||
"column": [
|
"column": [
|
||||||
"id","name"
|
"id","name"
|
||||||
],
|
],
|
||||||
//切分主键
|
//切分主键
|
||||||
"splitPk": "id",
|
"splitPk": "id",
|
||||||
|
Loading…
Reference in New Issue
Block a user