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/10/22 02:01:41 UTC

[airflow] branch master updated (b9d677c -> 9150330)

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 b9d677c  Add type hints to  aws provider (#11531)
     add 9150330  Add Google Cloud Memorystore Memcached Operators (#10121)

No new revisions were added by this update.

Summary of changes:
 .../example_dags/example_cloud_memorystore.py      | 131 ++++-
 .../google/cloud/hooks/cloud_memorystore.py        | 451 +++++++++++++++
 .../google/cloud/operators/cloud_memorystore.py    | 616 ++++++++++++++++++++-
 .../google/cloud/cloud_memorystore_memcached.rst   | 158 ++++++
 docs/operators-and-hooks-ref.rst                   |   8 +-
 setup.py                                           |   1 +
 .../google/cloud/hooks/test_cloud_memorystore.py   | 188 ++++++-
 .../cloud/operators/test_cloud_memorystore.py      | 147 +++++
 .../operators/test_cloud_memorystore_system.py     |   8 +-
 9 files changed, 1687 insertions(+), 21 deletions(-)
 create mode 100644 docs/howto/operator/google/cloud/cloud_memorystore_memcached.rst