Greenplum

The Greenplum connector is a Palantir-provided driver for Greenplum.

To create a new Greenplum source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for Greenplum-specific configuration and networking. For the complete property reference, see the official Greenplum driver documentation ↗.

Supported capabilities

CapabilityStatus
Exploration🟢 Generally available
Batch syncs🟢 Generally available
Incremental🟢 Generally available
Table exports🟢 Generally available

Configuration

The properties below are mandatory or recommended.

PropertyRequired?DescriptionDefault
PasswordMandatorySpecifies the password of the authenticating user account.
ServerMandatoryThe host name or IP address of the server.{serverAddress}
UserMandatorySpecifies the user ID of the authenticating Greenplum user account.
UseSSLMandatoryThis field sets whether SSL is enabled.TRUE
DatabaseRecommendedThe name of the Greenplum database.
PortRecommendedThe port number of the Greenplum server.5432

Networking

The table below lists the domains that the source must be able to access to run.

For each domain, add a corresponding egress policy. If the source is hosted on-premises and not directly reachable from Foundry, use an agent proxy egress policy instead. The agent host itself must also be able to reach the listed domains. See using an agent as a proxy for details.

DomainRequired
<Server>:<Port>Always
<KerberosKDC>:88If AuthScheme=Negotiate
<KerberosServiceKDC>:88If AuthScheme=Negotiate and Kerberos topology uses multiple realms

Table exports

This connector supports table exports. Learn how to set up a table export.