Intro
Advanced Query Accelerator (AQUA) is a new distributed and hardware-accelerated cache that enables Redshift to run up to 10x faster than any other cloud data warehouse. AQUA-powered Redshift is 100% compatible with the current version of Redshift you use today. You can use Domo’s Amazon AQUA Connector to pull data from your Redshift database and compile custom reports. You indicate the data you want by inputting an SQL query. You connect to your Amazon AQUA account in the Data Center. This topic discusses the fields and menus that are specific to the Amazon AQUA 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.Note: Depending on your network’s structure, you may need to whitelist any IP addresses necessary for the data connector to retrieve data. Contact your IT administrator for assistance.
| Primary Use Cases | Pulling data out of a Redshift data warehouse or data mart. |
| Primary Metrics | This depends on the data stored in the Redshift instance. |
| Primary Company Roles |
|
| Average Implementation Time | Anywhere between 5 and 40 hours, depending on configuration settings and the amount of data you are pulling. |
| Ease of Use (on a 1-to-10 scale with 1 being easiest) | 6 |
Prerequisites
To connect to an Amazon AQUA account and create a DataSet, you must have the following:- The username and password you use to log into your Redshift database
- The host name for the database server (for example, db.company.com ).
- The port number for the database
- The database name
Whitelisting 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 for Connectors. Connecting to Your Amazon AQUA Account This section enumerates the options in the Credentials and Details panes in the Amazon AQUA 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.Credentials Pane
This pane contains fields for entering credentials to connect to your database. The following table describes what is needed for each field:Field | Description |
|---|---|
| JDBC Driver | Select the JDBC driver you want to use. |
| Host | Enter the endpoint (Host) of the Amazon Redshift database. |
| Port | Enter the port number for the database. |
| Database | Enter the name of the database. |
| Username | Enter your Redshift username. |
| Password | Enter your Redshift password. |
| Certificate Format | Select the certificate format. If you do not want to include a certificate, select No Certificate . If you select Certificate String , you must paste the text for your certificate in the Certificate field. If you select URL Path , you must enter the URL where your certificate is located in the Certificate field. |
| Certificate | 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 No Certificate in the Certificate Format menu. |
Details Pane
In this pane you create an SQL query to pull data from your database. You can also choose a specific database table and columns and specify which columns you want to appear in your report.Menu | Description |
|---|---|
| Query | Enter the Structured Query Language (SQL) query to execute. |
| Schema names | Choose a schema name. |
| Database Tables | Choose a database table. |
| Database Table column names | Select the table columns you want to appear in your report. |
| Query Helper | For help preparing a query, copy the text from the ‘Query Helper’ field and paste it into the ‘Query’ field. |
| Fetch size | Enter fetch size for memory performance. If it is blank, the default value will be 1000. If it throws out of memory for a value, decrease fetch size. |
| Boolean format | Select the format to be represented in boolean data columns. |