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/12/22 15:42:30 UTC

[airflow] branch master updated (9042a58 -> 0b626c8)

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 9042a58  Add more operators to example DAGs for Cloud Tasks (#13235)
     add 0b626c8  Support google-cloud-redis>=2.0.0 (#13117)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/google/ADDITIONAL_INFO.md        |  64 +++++++++
 .../example_dags/example_cloud_memorystore.py      |   4 +-
 .../google/cloud/hooks/cloud_memorystore.py        | 144 ++++++++++++++-------
 .../google/cloud/operators/cloud_memorystore.py    |  11 +-
 setup.py                                           |   2 +-
 .../google/cloud/hooks/test_cloud_memorystore.py   |  57 ++++----
 .../cloud/operators/test_cloud_memorystore.py      |   4 +-
 7 files changed, 208 insertions(+), 78 deletions(-)
 create mode 100644 airflow/providers/google/ADDITIONAL_INFO.md