/redshift-copy-troubleshooting

Repo showcasing problems running a Redshift/Postgres COPY command via JDBC

Primary LanguageJava

redshift-copy-troubleshooting

To run locally:

  1. Clone this repo
  2. Modify RedshiftCopy.java to contain all your Redshift cluster's connection info + credentials
  3. Run ./gradlew run