Merge pull request #8 from taosdata/fix/plugin_job_template

Fix/plugin job template error
This commit is contained in:
Shuduo Sang 2021-11-29 14:31:11 +08:00 committed by GitHub
commit ecfda8617c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,24 @@
{ {
"name": "tdenginewriter", "name": "tdenginewriter",
"parameter": { "parameter": {
"host": "", "host": "127.0.0.1",
"port": 6030, "port": 6030,
"db": "", "dbname": "test",
"user": "", "user": "root",
"password": "" "password": "taosdata",
"batchSize": 1000,
"stable": "weather",
"tagColumn": {
"station": 0
},
"fieldColumn": {
"latitude": 1,
"longtitude": 2,
"tmax": 4,
"tmin": 5
},
"timestampColumn":{
"date": 3
}
} }
} }