Greenplum

Greenplum sink connector

Write data to Greenplum using JDBC.

Key Featuresarrow-up-right

tip

Not support exactly-once semantics (XA transaction is not yet supported in Greenplum database).

url [string]arrow-up-right

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}

common optionsarrow-up-right

Sink plugin common parameters, please refer to Sink Common Options for details

Last updated