Amazon Redshift
An Amazon Redshift connection is used to support exporting/loading data from your Upsolver tables into Redshift.
Syntax
Jump to
Connection options
CONNECTION_STRING
— editable
CONNECTION_STRING
— editableType: text
The connection string to use when connecting to the database. The string can be copied directly from Redshift.
An IAM can be added to the connection string, allowing you to connect to Redshift without using a password. More information regarding IAM can be found here.
USER_NAME
— editable
USER_NAME
— editableType: text
The user to authenticate to the DB with.
PASSWORD
— editable
PASSWORD
— editableType: text
The password to use for authentication. Optional when using IAM-based authentication (please see CONNECTION_STRING)
.
MAX_CONCURRENT_CONNECTIONS
— editable
MAX_CONCURRENT_CONNECTIONS
— editableType: integer
(Optional) The maximum number of concurrent connections to the DB.
Limiting this may reduce the load on the database but could result in longer data latency.
COMMENT
— editable
COMMENT
— editableType: text
(Optional) A description or comment regarding this connection.
Minimum example
Full example
Last updated