Greenplum as Target
Fivetran HVR supports integrating changes into Greenplum location. This section describes the configuration requirements for integrating changes using Integrate and Refresh into Greenplum location. For the list of supported Greenplum versions into which HVR can integrate changes, see Integrate changes into location in Capabilities.
- HVR uses the DataDirect Connect XE ODBC driver to write data into Greenplum during Continuous Integrate and Row-wise Refresh.
- By default, HVR writes data into Greenplum using Burst Integrate and Bulk Refresh as they provide better performance. However, it is required to create staging files on a temporary location to perform Burst Integrate and Bulk Refresh. For more information about staging, see section Staging for Greenplum.
HVR's internal tables like burst and state-tables will be created in schema public.
Grants for Integrate, Refresh, and Compare
This section lists the grants required for comparing or integrating (Integrate and Refresh) changes into Greenplum.
The HVR database User must be granted the following privileges:
grant connect, create on database dbname to username; grant select, insert, update, delete on table replicated_table_name to username;
The HVR database User must be granted the following privilege to change tables which are in another schema (using action TableProperties with parameter Schema):
grant usage on myschema to username;
The HVR database User must be granted the following privilege when Refresh is used to create the target tables:
grant create on myschema to username;