Greenplum
This page describes how to configure Greenplum as a source for Census.
Sync Engines and Permissions
Census reads data from tables and views in Greenplum and syncs it to your desired objects in any supported destination. To limit the load on your database as well as destination apps' APIs, Census maintains state tracking tables that enable it to only sync data that has been modified sync the last sync (incremental syncs). When configuring your Greenplum connection, you'll choose a Sync Engine that determines how state tracking is handled.
The Basic Sync Engine maintains state tracking tables on Census-owned infrastructure and is therefore simpler to configure and requires read access only.
The Advanced Sync Engine delivers enhanced performance by maintaining state tracking tables in a dedicated schema within your own Greenplum instance. Using this feature requires additional configuration.

For either choice, we recommend you create a dedicated database user with a strong, unique password for Census to use to connect to your database.
Create a Census User
Basic Sync Engine
Grant Read Access to Your Data
The following commands grant read access to your data schema.
Advanced Sync Engine
The following steps are only required if using the Advanced Sync Engine.
You must complete the steps Create a Census User and Grant Read Access to Your Data before proceeding with the steps in this section.
Create Census Schema and Grant Permissions
If you wish to utilize the Advanced Sync Engine, run the following commands to create the necessary schema and permission grants.
Advanced Network Configuration
Census can successfully connect to Greenplum instances that are using advanced networking controls including region constraints, IP address allow lists, or SSH Tunneling. For more information, see our Network Access Controls documentation.
We recommend configuring your Greenplum instance to use TLS v1.2 or later for all connections.
Need help connecting to Greenplum?
Contact us via [email protected] or start a conversation with us via the in-app chat.
Last updated
Was this helpful?
