Links

Redshift

Connecting Redshift database to UI Bakery

Prerequisites

If your database is hosted behind the Firewall, add the following IP address to the Firewall whitelist:
52.176.109.125

Configuration

To connect your Redshift database, follow the below steps:
  1. 1.
    Go to the Data sources - Connect.
  2. 2.
    Select Redshift from the list of the available sources.
  3. 3.
    Specify your credentials and click Test connection:
4. When the test connection is successful, click Connect Datasource.
If you need to be able to override the default data source database with a custom value in an action, you can enable the setting Allow override database name in action:
Once enabled, when configuring the action, you will be able to specify the custom database. In case a database is not specified, the default data source database will be used.

Usage

Once you establish the connection between UI Bakery and Redshift database, you can interact with the data.
  1. 1.
    Add a new action, choose your data source, and select SQL query from the actions list. Specify your query and click Execute action to launch it.
Note that pre-defined actions, such as Load Table, Create Row, etc. are not supported for Redshift datasource.
2. Check the Result section to make sure the data is loaded.
Last modified 8mo ago