Amazon Redshift (Edge)

Last updated on Sep 22, 2026

Activate is currently available for Early Access. Please contact your Hevo account executive or the Support team to enable it for your team. Alternatively, request for early access to try out one or more such features.

Amazon Redshift offers a cloud-based data warehouse service that stores your data across one or more compute nodes and lets you query it using SQL. In Activate, an Amazon Redshift database acts as the Source that your datasets read from before the data is sent to your business applications.

Activate reads your data from Amazon Redshift without modifying the tables your datasets read from. It keeps a record of each sync in a dedicated hevo schema in the same database, so the user you configure needs read access to your data and write access to that one schema. Activate also temporarily stores your data in a Hevo-managed Amazon S3 bucket, so your cluster must be able to access Amazon S3.

If your Pipelines already load data into Amazon Redshift, you can use that same database as your Source. Activate then sends the data that your Pipelines have already loaded and your Transformations have already prepared.


Modifying Amazon Redshift Source Configuration

You can modify the configuration of your Amazon Redshift Source after its creation. However, any configuration changes affect all the datasets built on that Source and all the Activations that use those datasets. If a Source shows the Failed status, its credentials are no longer valid, and every Activation that depends on it fails until the credentials are corrected.

Perform the following steps to modify the configuration of your Amazon Redshift Source in Activate:

  1. In the Navigation Bar, click Activate.

  2. On the Activate page, click the Sources tab.

  3. Click the Source you want to modify to open it in the Detailed View.

  4. In the Source Header, click Edit.

    Click Edit

  5. On the <Your Source Name> page, you can do the following:

    Edit the Amazon Redshift Source

    • Specify a new name for your Source, not exceeding 255 characters.

    • In the Connect to your Amazon Redshift section, you can update the Database Server Host, the Database Server Port, and the Database Name.

    • In the Authentication section, you can specify a different Database User, and click Change to update the Database Password.

    • In the Advanced Settings section, you can enable or disable the Use SSH Tunnel option, and update the SSH server details. If you enable the option or change any of its values, you must authorize the Hevo public key on your SSH server again before the connection is tested.

  6. Click Test & Save.

  7. In the confirmation dialog, click Yes, Go ahead.

A notification is displayed to confirm that the Source has been updated successfully.


Source Considerations

  • Amazon Redshift converts the schema, table, and column names to lowercase. Therefore, if you want to write your dataset queries irrespective of the case, ensure that the warehouse parameter enable_case_sensitive_identifier remains set to its default value, FALSE. If this parameter is set to TRUE, you need to enclose the names that contain uppercase letters in double quotes in your dataset queries.

Limitations

  • Activate supports a single SSH server between Hevo and your cluster, and uses only the key that Hevo generates. You cannot upload your own private key, use an SSH password, or connect through more than one SSH server.

  • Activate does not support connecting to Amazon Redshift through AWS PrivateLink or a virtual private network (VPN).


Revision History

Refer to the following table for the list of key updates made to this page:

Date Release Description of Change
Sep-22-2026 NA New document.

Tell us what went wrong