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/08/11 16:19:51 UTC

[airflow] branch master updated (3c374a4 -> 0ee4375)

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 3c374a4  Add reconcile_metadata to reconcile_pods (#10266)
     add 0ee4375  Add unittest for WasbTaskHandler (#10284)

No new revisions were added by this update.

Summary of changes:
 .../hooks => microsoft/azure/log}/__init__.py      |   0
 .../microsoft/azure/log/test_wasb_task_handler.py  | 184 +++++++++++++++++++++
 tests/test_project_structure.py                    |   3 +-
 3 files changed, 185 insertions(+), 2 deletions(-)
 copy tests/providers/{zendesk/hooks => microsoft/azure/log}/__init__.py (100%)
 create mode 100644 tests/providers/microsoft/azure/log/test_wasb_task_handler.py