import ChangeLog from ‘../changelog/connector-jdbc.md’;

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 $SEATUNNEL_HOME/lib for Standalone.

:::

Options

common options

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

Changelog