mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 15:49:13 +08:00
fix job template error
This commit is contained in:
parent
82340f596c
commit
72c72612fd
@ -1,10 +1,24 @@
|
||||
{
|
||||
"name": "tdenginewriter",
|
||||
"parameter": {
|
||||
"host": "",
|
||||
"host": "127.0.0.1",
|
||||
"port": 6030,
|
||||
"db": "",
|
||||
"user": "",
|
||||
"password": ""
|
||||
"dbname": "test",
|
||||
"user": "root",
|
||||
"password": "taosdata",
|
||||
"batchSize": 1000,
|
||||
"stable": "weather",
|
||||
"tagColumn": {
|
||||
"station": 0
|
||||
},
|
||||
"fieldColumn": {
|
||||
"latitude": 1,
|
||||
"longtitude": 2,
|
||||
"tmax": 4,
|
||||
"tmin": 5
|
||||
},
|
||||
"timestampColumn":{
|
||||
"date": 3
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user