Amazon Redshift Operators

Amazon offers two ways to query Redshift.

  1. Using Python connector

  2. Using the Amazon Redshift Data API

Airflow enables both. You can choose with what you want to work.

To use with API (HTTP) choose Amazon Redshift Data.

To use with Postgres Connection choose Amazon Redshift SQL.

Was this entry helpful?