[
https://issues.apache.org/jira/browse/AIRFLOW-5338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chao-Han Tsai updated AIRFLOW-5338:
-----------------------------------
Description: Create an Airflow operator that queries Redshift and persists
the results to S3. We should be able to leverage the existing code in
https://github.com/apache/airflow/blob/master/airflow/contrib/operators/dynamodb_to_s3.py
to handle the flush to s3 logic. We should abstract that logic to a base class
and let RedshiftToS3Operator and DynamodbToS3Operator inherits that base class
(was: Create an Airflow operator that queries Postgres and persists the results
to S3. We should be able to leverage the existing code in
https://github.com/apache/airflow/blob/master/airflow/contrib/operators/dynamodb_to_s3.py
to handle the flush to s3 logic. We should abstract that logic to a base class
and let PostgresToS3Operator and DynamodbToS3Operator inherits that base class)
> Add a RedsfhitToS3Operator
> --------------------------
>
> Key: AIRFLOW-5338
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5338
> Project: Apache Airflow
> Issue Type: New Feature
> Components: aws
> Affects Versions: 1.10.5
> Reporter: Chao-Han Tsai
> Assignee: Chao-Han Tsai
> Priority: Major
>
> Create an Airflow operator that queries Redshift and persists the results to
> S3. We should be able to leverage the existing code in
> https://github.com/apache/airflow/blob/master/airflow/contrib/operators/dynamodb_to_s3.py
> to handle the flush to s3 logic. We should abstract that logic to a base
> class and let RedshiftToS3Operator and DynamodbToS3Operator inherits that
> base class
--
This message was sent by Atlassian Jira
(v8.3.2#803003)