You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by fe...@apache.org on 2020/08/03 16:50:44 UTC

[airflow] branch master updated (f02ad50 -> 53ada6e)

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

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


    from f02ad50  Delete irrelevant entries from UPDATING.md (#10093)
     add 53ada6e  Add S3KeysUnchangedSensor (#9817)

No new revisions were added by this update.

Summary of changes:
 .../amazon/aws/sensors/s3_keys_unchanged.py        | 163 +++++++++++++++++++++
 docs/operators-and-hooks-ref.rst                   |   3 +-
 .../amazon/aws/sensors/test_s3_keys_unchanged.py   |  97 ++++++++++++
 3 files changed, 262 insertions(+), 1 deletion(-)
 create mode 100644 airflow/providers/amazon/aws/sensors/s3_keys_unchanged.py
 create mode 100644 tests/providers/amazon/aws/sensors/test_s3_keys_unchanged.py