Greenplum

The Greenplum connector allows you to connect to Greenplum database servers.

NOTE: Starting 16.2, this connector is deprecated. The Database connector or JDBC Database connector should be used. Existing workbooks will continue to operate for this 16.2 release, but connectivity will need to be migrated for subsequent releases.

Using Greenplum

  1. When creating a new data table, select Greenplum from the Connect to Data dialog.

The Greenplum Connection dialog is displayed.

  1. Provide the hostname, port, user ID, and password required to connect to the Greenplum database server. If the port you wish to use is different from the default port, change the default value to the correct one.

  2. Specify other connection options if desired, making sure to separate individual connection strings by a semi-colon.

The following table lists the connection string attributes supported by the Greenplum Wire Protocol driver.

Attribute (Short Name)

Default

AlternateServers (ASRV)

None

ApplicationUsingThreads (AUT)

1 (Enabled)

ConnectionReset (CR)

0 (Disabled)

ConnectionRetryCount (CRC)

0

ConnectionRetryDelay (CRD)

3

CryptoLibName (CLN)

Empty string

CryptoProtocolVersion (CPV)

TLSv1.2, TLSv1.1, TLSv1, SSLv3

Database (DB)

None

DataSourceName (DSN)

None

Description (n/a)

None

Enable SQLDescribeParam 1

(Enabled)

EnableKeysetCursors (EKC)

0

EncryptionMethod (EM)

0 (No Encryption)

ExtendedColumnMetaData (ECMD)

0 (Disabled)

FailoverGranularity (FG)

0 (Non-Atomic)

FailoverMode (FM)

0 (Connection)

FailoverPreconnect (FP)

0 (Disabled)

FetchRefCursors (FRC)

1 (Enabled)

FetchTSWTZasTimestamp (FTSWTZAT)

0 (Disabled)

FetchTWFSasTime (FTWFSAT)

0 (Disabled)

HostName (HOST)

None

HostNameInCertificate (HNIC)

None

IANAAppCodePage (IACP) UNIX ONLY

4 (ISO 8559-1 Latin-1)

InitializationString (IS)

None

KeepAlive (KA)

Disabled

KeysetCursorOptions (KCO)

0 - RowID Columns

KeyPassword (KP)

None

KeystorePassword (KSP)

None

Keystore (KS)

None

LoadBalanceTimeout (LBT)

0

LoadBalancing (LB)

0 (Disabled)

LoginTimeout (LT)

15

LogonID (UID)

None

MaxCharSize (MCS)

None

MaxLongVarcharSize (MLVS)

None

MaxPoolSize (MXPS)

100

MaxVarcharSize (MVS)

None

MinPoolSize (MNPS)

0

Password (PWD)

None

Pooling (POOL)

0 (Disabled)

PortNumber (PORT)

5432

QueryTimeout (QT)

0

ReportCodepageConversionErrors (RCCE)

0 (Ignore Errors)

SSLLibName (SLN)

Empty string

TransactionErrorBehavior (TEB)

1 (Rollback Transaction)

Truststore (TS)

None

TruststorePassword (TSP)

None

UnboundedNumericPrecision (UNP)

1000

UnboundedNumericScale (UNS)

6

ValidateServerCertificate (VSC)

1 (Enabled)

XMLDescribeType (XDT)

-10

 

  1. You can either:

  1. The easiest way to select a table and/or view to load is by choosing from a set of predefined tables and views. To do so, ensure that the Tables & Views radio button is selected. If you wish to manually construct a SQL query to pull and load data, ensure that the Query button is selected. Once either a table or view or a query has been selected, the OK button at the bottom of the dialog is enabled.

  2. Click Load Tables to load a list of predefined tables or views. This list can be filtered by entering an appropriate string in the Search Tables search box.

You can also add a duplicate column.

  1. Select a table to display the available columns in the Search Columns list. Once a table has been selected, the Query text box is updated to reveal the results of a SELECT * FROM TABLE query. Any other selection made updates the Query text box accordingly.

  2. Select the columns to add to your data table by checking their corresponding Output Column box.

  3. If you wish to parameterize a specific column, check the Parameterize checkbox and, in the dropdowns that display, select the desired value.

  4. If the data returned is to be aggregated, check the Aggregate checkbox. The following aggregation methods are possible:

The time zone of input parameters and output data is, by default, unchanged. Changing the time zone is supported by using the Timezone list box based on the assumption that data are stored in UTC time and outputs are presented in the selected time zone.

  1. Check the box for Enable on-demand queries if you would like to enable this function.

  2. Click OK to confirm the selection and retrieve the record set into Panopticon Designer (Desktop).

The flat record set corresponding to the executed SQL is returned from the source database and displayed in Data Prep with the database name as the title and all fields listed displayed in Data Source Preview.

  1. If you wish to make changes to your fields, you may do so now and then click OK when you are finished. If you do not wish to make any changes to your data, simply select the OK button.