You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Chao-Han Tsai (Jira)" <ji...@apache.org> on 2019/08/28 17:53:00 UTC

[jira] [Created] (AIRFLOW-5337) Add a PostgresToS3Operator

Chao-Han Tsai created AIRFLOW-5337:
--------------------------------------

             Summary: Add a PostgresToS3Operator
                 Key: AIRFLOW-5337
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5337
             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)