Chao-Han Tsai created AIRFLOW-5338:
--------------------------------------
Summary: 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
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
--
This message was sent by Atlassian Jira
(v8.3.2#803003)