Skip to main content
This guide explains how to connect to Amazon Redshift with Oxygen. Redshift is a fully managed, petabyte-scale data warehouse service in the cloud.

Configuration Options

Add your Redshift configuration to config.yml. Here are all available parameters:

Example Configurations

1

Prepare password environment variable

Export the environment variable:
Or put it in .env file:
2

Add Redshift configuration

Troubleshooting

  • Check cluster status in AWS Console
  • View query history in Redshift console
  • Common issues:
    • VPC/Security group misconfiguration
    • IAM permission issues
    • Connection timeout due to workload management
    • Query performance problems