dax.greenplumwriter.4.0.12.source-code.plugin_job_template.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of greenplumwriter Show documentation
Show all versions of greenplumwriter Show documentation
writer data into Greenplum Database
{
"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