You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/11/04 19:34:43 UTC

[airflow] branch master updated (cadae49 -> fd3db77)

This is an automated email from the ASF dual-hosted git repository.

kamilbregula pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from cadae49  Correct failure message in sql_sensor.py. (#12057)
     add fd3db77  Add server side cursor support for postgres to GCS operator (#11793)

No new revisions were added by this update.

Summary of changes:
 .../cloud/example_dags/example_postgres_to_gcs.py  | 14 ++++-
 .../google/cloud/transfers/postgres_to_gcs.py      | 59 +++++++++++++++++++++-
 .../google/cloud/transfers/test_postgres_to_gcs.py | 34 +++++++++----
 .../cloud/transfers/test_postgres_to_gcs_system.py |  3 +-
 4 files changed, 96 insertions(+), 14 deletions(-)