plugin_job_template.json 245 B

12345678910111213
  1. {
  2. "name": "otswriter",
  3. "parameter": {
  4. "endpoint":"",
  5. "accessId":"",
  6. "accessKey":"",
  7. "instanceName":"",
  8. "table":"",
  9. "primaryKey" : [],
  10. "column" : [],
  11. "writeMode" : ""
  12. }
  13. }