Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 978 Bytes

File metadata and controls

35 lines (21 loc) · 978 Bytes

Greenplum

Greenplum source connector

Description

Read Greenplum data through Jdbc connector.

Key features

supports query SQL and can achieve projection effect.

:::tip

Optional jdbc drivers:

  • org.postgresql.Driver
  • com.pivotal.jdbc.GreenplumDriver

Warn: for license compliance, if you use GreenplumDriver the have to provide Greenplum JDBC driver yourself, e.g. copy greenplum-xxx.jar to $SEATNUNNEL_HOME/lib for Standalone.

:::

Options

common options

Source plugin common parameters, please refer to Source Common Options for details.