Greenplum as Target - DSS 6 | Data Source Solutions Documentation

Documentation: Greenplum as Target - DSS 6 | Data Source Solutions Documentation

Greenplum as Target

Data Source Solutions DSS 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 DSS can integrate changes, see Integrate changes into location in Capabilities.

DSS'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 DSS database User must be granted the following privileges:

    grant connect, create on database <em>dbname</em> to <em>username</em>;
    
    grant select, insert, update, delete on table <em>replicated_table_name</em> to <em>username</em>;
    
  • The DSS 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 <em>myschema</em> to <em>username</em>;
    
  • The DSS database User must be granted the following privilege when Refresh is used to create the target tables:

    grant create on <em>myschema</em> to <em>username</em>;
    

Intermediate Directory

{% partial file="dss6/requirements/source-and-target-requirements/intermediate-directory.template.md" /%}

Intermediate Directory is Local

{% partial file="dss6/requirements/source-and-target-requirements/intermediate-directory-local.template.md" /%}