Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.03 KB

Greenplum.md

File metadata and controls

42 lines (24 loc) · 1.03 KB

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.

Changelog

2.2.0-beta 2022-09-26

  • Add Greenplum Source Connector