/
Redshift Snap Pack

Redshift Snap Pack

Overview

Amazon Redshift is a data warehousing service in the cloud.

Use Snaps in this Snap Pack to:

  • Lookup records in the target Redshift table and return a selected set of fields for every matched record.
  • Output a list of tables in a database.
  • Fetch data from a database by providing a table name and configuring the connection. 
  • Execute a Redshift bulk load or bulk upsert.
  • Execute a SQL delete, a SQL Insert statement, or a SQL update.
  • Provide functionality of SCD (Slowly Changing Dimension) Type 2 on the target Redshift table.

Limitations

  • Redshift operations against Redshift system views and tables are not supported.

  • If you use the PostgreSQL driver (org.postgresql.Driver) with the Redshift Snap Pack, it could result in errors if the data type provided to the Snap does not match the data type in the Redshift table schema. Either use the Redshift driver (com.amazon.redshift.jdbc42.Driver) or use the correct data type in the input document to resolve these errors.