> ## Documentation Index
> Fetch the complete documentation index at: https://domoinc-openapi-sync-dataflows.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Amazon Redshift Unload V2 Connector

## Intro

Amazon Redshift is a fast and powerful, fully managed, petabyte-scale data warehouse service in the cloud. Use Domo's Amazon Redshift Unload V2 connector to bring in larger results from Redshift through the assistance of your Amazon S3 service.

You connect to your Amazon Redshift Unload account in the Data Center. This topic discusses the fields and menus that are specific to the Amazon Redshift Unload connector user interface. General information for adding DataSets, setting update schedules, and editing DataSet information is discussed in [Adding a DataSet Using a Data Connector](/s/article/360042926274).

## Prerequisites

To connect to Amazon Redshift so you can begin creating Amazon Redshift Unload DataSets, you must have the following:

* The host name for the Redshift database
* The database name you created for the cluster
* Your Redshift username and password
* The port number you specified when you launched the cluster
* Your AWS access key
* Your AWS secret access key
* The name of the S3 bucket data will be unloaded into
* The name of the S3 bucket region

CA certificate text or URL path is required **only** if you select ****Certificate string**** or ****URL path****, respectively, in the ****Certificate format**** menu.

If you do not know any of the information for Redshift, contact your Amazon Redshift Database Administrator.

If you have a firewall, ensure the port is open for you to use.

To find your AWS Access Key and Secret Access Key:

1. Log in to your AWS Management Console.
2. Click on your username at the top right of the page.
3. Select
   ****Security Credentials**** in the dropdown menu.
4. In the
   ****Access Credentials**** section, copy the latest Access Key ID.
5. Click on the
   ****Show link**** in the same row, and copy the Secret Access Key.

### Whitelisting

Before you can connect to Redshift, you must also whitelist a number of IP addresses on your database server on the port you want to connect to. For the full list of IP addresses, see [Whitelisting IP Addresses for Connectors](/s/article/360043630093 "Whitelisting IP Addresses for Connectors").

## Connecting to your Amazon Redshift Unload account

This section enumerates the options in the **Credentials** and **Details** panes in the Amazon Redshift Unload V2 Connector page. The components of the other panes in this page, **Scheduling** and **Name & Describe Your DataSet**, are universal across most connector types and are discussed in greater length in [Adding a DataSet Using a Data Connector](/s/article/360042926274 "Adding a DataSet Using a Data Connector").

### Credentials Pane

This pane contains fields for entering credentials to connect to your Amazon Redshift Unload account. The following table describes what is needed for each field:

<table border="1" cellpadding="1" cellspacing="1" data-aura-rendered-by="33:207;a"><thead><tr><th colspan="1" rowspan="1"><p><span class="s1"> Field </span></p></th><th colspan="1" rowspan="1"><p><span class="s1"> Description </span></p></th></tr></thead><tbody><tr><td colspan="1" rowspan="1"> JDBC Driver Version </td><td colspan="1" rowspan="1"> Select your Redshift JDBC driver. </td></tr><tr><td colspan="1" rowspan="1"><p> Host </p></td><td colspan="1" rowspan="1"><p> Enter the host name for the Redshift database you want to pull data from. </p></td></tr><tr><td colspan="1" rowspan="1"> Port </td><td colspan="1" rowspan="1"> Enter the port number you specified when you launched the cluster. </td></tr><tr><td colspan="1" rowspan="1"><p> Database </p></td><td colspan="1" rowspan="1"><p> Enter the name of the database you created for the cluster. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Username </p></td><td colspan="1" rowspan="1"><p> Enter the username for your Redshift account, </p></td></tr><tr><td colspan="1" rowspan="1"><p> Password </p></td><td colspan="1" rowspan="1"><p> Enter the password for your Redshift account. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Certificate Format </p></td><td colspan="1" rowspan="1"><p> Select a certificate format. If you do not want to include a certificate, leave the default <b><b> No certificate </b></b> option selected. If you select <b> Certificate string </b>, you must paste the text for your certificate in the <b><b> Certificate </b></b> field. If you select <b><b> URL path </b></b>, you must enter the URL where your certificate is located in the <b><b> Certificate </b></b> field. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Certificate </p></td><td colspan="1" rowspan="1"><p> Paste the text for your CA certificate or enter the URL where your certificate is located. This is optional. If you do not want to include a certificate, select <b><b> No certificate </b></b> in the <b><b> Certificate Format </b></b> menu. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Access Key </p></td><td colspan="1" rowspan="1"><p> Enter your AWS access key. For information about obtaining an access key, see "Prerequisites," above. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Secret Access Key </p></td><td colspan="1" rowspan="1"><p> Enter your AWS secret key. For information about obtaining an access key, see "Prerequisites," above. </p></td></tr><tr><td colspan="1" rowspan="1"><p> S3 Bucket </p></td><td colspan="1" rowspan="1"><p> Enter the name of the S3 bucket to use in pulling in data. </p></td></tr><tr><td colspan="1" rowspan="1"><p> S3 Bucket Region </p></td><td colspan="1" rowspan="1"><p> Select the region containing the desired S3 bucket. </p></td></tr></tbody></table>

Once you have entered valid credentials, you can use the same account any time you go to create a new Amazon Redshift Unload V2 DataSet. You can manage connector accounts in the **Accounts** tab in the Data Center. For more information about this tab, see [Managing User Accounts for Connectors](/s/article/360042926054 "Managing User Accounts for Connectors").

### Details Pane

This pane contains various options for specifying the data you want to pull into Domo.

<table border="1" cellpadding="1" cellspacing="1" data-aura-rendered-by="33:207;a"><thead><tr><th colspan="1" rowspan="1"><p> Menu </p></th><th colspan="1" rowspan="1"><p> Description </p></th></tr></thead><tbody><tr><td colspan="1" rowspan="1"><p> Query Type </p></td><td colspan="1" rowspan="1"><p> Select the desired query type. If you select <b> Query </b>, you will be prompted to enter a regular SQL query without a parameter. If you select <b> Query Parameter </b>, you will be prompted to enter a SQL query with a parameter. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Query </p></td><td colspan="1" rowspan="1"><p> Enter the SQL query you want to use to pull in data. </p><p> For example: </p><p><span class="mt-font-courier-new"> select \* from Employee </span></p><p> You can use the <b><b> Generated Query </b></b> parameter to help you write a usable SQL query. To use the <b> Generated Query </b>, do the following: </p><ol><li><p> Select your database table and table columns in the appropriate menus. </p></li><li><p> Copy the SQL statement that appears in the <b><b> Generated Query </b></b> field. </p></li><li><p> Paste the copied SQL statement into the <b><b> Query </b></b> field. </p></li></ol><p /></td></tr><tr><td colspan="1" rowspan="1"><p> Schema Names </p></td><td colspan="1" rowspan="1"><p> Select the schemas you want to pull data from. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Database Tables </p></td><td colspan="1" rowspan="1"><p> Select the database tables you want to pull into Domo. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Table Columns </p></td><td colspan="1" rowspan="1"><p> Select the table columns you want to pull into Domo. </p></td></tr><tr><td colspan="1" rowspan="1"><p> Generated Query (Optional) </p></td><td colspan="1" rowspan="1"><p> Copy and paste the SQL statement in this field into the <b><b> Query </b></b> field. For more information, see <b><b> Query </b></b>, above. </p></td></tr></tbody></table>

### Other Panes

For information about the remaining sections of the connector interface, including how to configure scheduling, retry, and update options, see [Adding a DataSet Using a Data Connector](/s/article/360042926274).

## FAQs

<AccordionGroup>
  <Accordion title="How often can the data be updated?">
    As often as needed.
  </Accordion>

  <Accordion title="Are there any API limits I should be aware of?">
    This depends on your server configuration.
  </Accordion>

  <Accordion title="Why can't I connect to my Redshift database? Do I need to whitelist any IP addresses?">
    Before you can connect to a Redshift database, you must also whitelist a number of IP addresses on your database server on the port you want to connect to. For the full list of IP addresses, see [Whitelisting IP Addresses](/s/article/360043630093 "Whitelisting IP Addresses for Connectors").
  </Accordion>
</AccordionGroup>
