Greenplum
Last updated
Last updated
Greenplum sink connector
Write data to Greenplum using JDBC.
tip
Not support exactly-once semantics (XA transaction is not yet supported in Greenplum database).
The URL of the JDBC connection. if you use postgresql driver the value is jdbc:postgresql://${yous_host}:${yous_port}/${yous_database}
, or you use greenplum driver the value is jdbc:pivotal:greenplum://${yous_host}:${yous_port};DatabaseName=${yous_database}
Sink plugin common parameters, please refer to Sink Common Options for details