RedShift
A fully managed cloud data warehouse that allows organizations to store and analyze large volumes of structured data
Supported Connection Methods
The default / typical connection option. Interfaces directly with the target system over the Internet with no mediation. Suitable for most cloud-hosted scenarios or public-facing resources. See Network Configuration for more details.
Supported Limits
An alternative to cost, queries will be stopped the system supports a duration/timeout limit and one is set/configured at the organization level (across systems).
Available Parameters
These properties are the essential source system connection properties that all queries are directed towards.
These properties are the essential source system connection properties that all queries are directed towards.
* Required parameters
System Permissions & Configuration
Provided user must have the following:
*Note — To ensure every schema can be accessed, please run the following code command:
GRANT USAGE ON SCHEMA <schema> TO <user>;
*Note — To ensure every table can be accessed, please run the following code command:
GRANT USAGE ON SCHEMA <schema>.<table> TO <user>;
For configurations:
Special Considerations
Special characters and case sensitivity can be utilized in database names and usernames via encasing the name in double quotes (" "), but is not recommended
Common Issue
Ensure the firewall settings allow for a connection to a database
Last updated
Was this helpful?