All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dax.greenplumwriter.4.0.12.source-code.plugin_job_template.json Maven / Gradle / Ivy

There is a newer version: 4.1.4
Show newest version
{
  "name": "greenplumwriter",
  "parameter": {
    "username": "",
    "password": "",
    "column": [
      "*"
    ],
    "batchSize": "1024",
    "preSql": ["truncate table @table"],
    "connection": [
      {
        "jdbcUrl": "jdbc:postgresql://localhost:5432/wgzhao",
        "table": ["gp_test"]
      }
    ],
    "postSql": []
  }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy