You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2020/10/09 08:20:23 UTC

[airflow] branch master updated (5605d10 -> 422b61a)

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

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


    from 5605d10  Fix DagBag bug when a dag has invalid schedule_interval (#11344)
     add 422b61a  Adding ElastiCache Hook for creating, describing and deleting replication groups (#8701)

No new revisions were added by this update.

Summary of changes:
 .../aws/hooks/elasticache_replication_group.py     | 282 +++++++++++++++++++++
 docs/operators-and-hooks-ref.rst                   |   6 +
 .../hooks/test_elasticache_replication_group.py    | 210 +++++++++++++++
 3 files changed, 498 insertions(+)
 create mode 100644 airflow/providers/amazon/aws/hooks/elasticache_replication_group.py
 create mode 100644 tests/providers/amazon/aws/hooks/test_elasticache_replication_group.py