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/25 00:10:04 UTC

[airflow] branch master updated (58e21ed -> 663259d)

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

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


    from 58e21ed  Adds missing licence headers (#12593)
     add 663259d  Fix AWS DataSync tests failing (#11020)

No new revisions were added by this update.

Summary of changes:
 .../amazon/aws/log/cloudwatch_task_handler.py      |  8 ++-
 airflow/providers/amazon/aws/operators/datasync.py | 12 ++---
 setup.py                                           |  3 +-
 .../amazon/aws/hooks/test_batch_waiters.py         |  1 +
 .../amazon/aws/hooks/test_cloud_formation.py       | 10 +++-
 tests/providers/amazon/aws/hooks/test_datasync.py  | 21 +-------
 .../amazon/aws/log/test_cloudwatch_task_handler.py | 10 ++--
 .../amazon/aws/log/test_s3_task_handler.py         |  4 +-
 .../amazon/aws/operators/test_datasync.py          | 63 ++++++++++------------
 9 files changed, 60 insertions(+), 72 deletions(-)