UiPath Documentation
industry-department-solutions
latest
false
UiPath logo, featuring letters U and I in white

Supply Chain & Retail Solutions user guide

Last updated Apr 16, 2026

Configuring a Redshift connector for data extraction

A Redshift database connector extracts specific datasets from your Redshift clusters into Peak for detailed analysis. This connector enables targeted data extraction, distinct from connecting your entire Redshift data warehouse through Data Bridge.

Prerequisites

Before configuring a Redshift connector feed, ensure you meet the following requirements:

  • You have access to Peak with permissions to configure Data Sources.
  • You have Redshift cluster credentials (host, port, username, password, database name).
  • Peak IP addresses have been added to your Redshift cluster's security group inbound rules before testing the connection.

Configuring the connection

  1. In Peak, open Manage and select Data Sources.
  2. Select Add feed and choose the Amazon Redshift connector.
  3. At the Connection stage, either select an existing connection from the dropdown or select New connection.
  4. Enter the connection parameters. See Connection parameters.
  5. Select Test to validate the connection. If the test fails, hover over the info icon for details.
  6. Select Save and proceed to the next stage.

Connection parameters

ParameterDescription
Connection nameA name for this connection.
Database hostThe Redshift cluster endpoint. Format: [name].[id].[region].redshift.amazonaws.com
Database portThe port your cluster uses (typically 5439).
Database usernameThe username for database access.
Database passwordThe password for database access.
Database nameThe name of the database.

To find your credentials, go to Redshift in the AWS Console, open Clusters, and select your cluster. The host endpoint is at the top of the page. The database username and database name are listed under Cluster database properties.

Connecting through SSH

If your cluster requires an SSH tunnel, select Connect through SSH and enter the following:

ParameterDescription
SSH host or IPThe SSH server host or IP address.
SSH portThe SSH port (typically 22).
SSH userThe SSH server username.
SSH passwordOptional. The SSH server password.
Public keyRequired if no password is used. Copy the public key and add it to the SSH server.

Configuring import settings

  1. Select the database table to ingest and preview the data.
  2. Select a load type: Truncate and insert, Incremental, or Upsert. See Load types.
  3. Optionally, add field filters by operator and value.
  4. Add a primary key if using the upsert load type (required for upsert).
  5. Enter a feed name following these rules:
    • Use only alphanumeric characters and underscores.
    • Must start with a letter.
    • Must not end with an underscore.
    • Maximum 50 characters.

Configuring the destination

Select where your data will be ingested. Available options depend on your configured data warehouse. See Destination options.

Configuring the trigger

Set up how and when the feed runs. See Triggers and watchers.

Result

Peak creates the Redshift connector feed and runs it according to the selected trigger. You can monitor feed runs and troubleshoot failures from Manage > Data Sources.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated