Merge pull request #2786 from x/postgres_to_bigquery_operator
Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/eff68882 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/eff68882 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/eff68882 Branch: refs/heads/master Commit: eff68882b25582ac35b108e7f48829c38afe2f45 Parents: 59aba30 d8fa2e9 Author: Chris Riccomini <[email protected]> Authored: Mon Nov 27 10:55:57 2017 -0800 Committer: Chris Riccomini <[email protected]> Committed: Mon Nov 27 10:55:57 2017 -0800 ---------------------------------------------------------------------- airflow/contrib/operators/mysql_to_gcs.py | 20 +- .../operators/postgres_to_gcs_operator.py | 242 +++++++++++++++++++ .../operators/test_postgres_to_gcs_operator.py | 153 ++++++++++++ 3 files changed, 410 insertions(+), 5 deletions(-) ----------------------------------------------------------------------
