You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/11/28 05:28:04 UTC

[airflow] branch master updated (3b138d2 -> 543d88b)

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

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


    from 3b138d2  Remove "@" references from constraints generattion (#12671)
     add 543d88b  Add example dag and system tests for azure wasb and fileshare (#12673)

No new revisions were added by this update.

Summary of changes:
 .../azure/example_dags/example_file_to_wasb.py     | 33 +++++----------
 .../azure/example_dags/example_fileshare.py        | 47 ++++++++++++++++++++++
 .../azure/hooks/test_fileshare_system.py}          | 22 ++++++----
 .../azure/transfers/test_file_to_wasb_system.py}   | 31 +++++++-------
 tests/test_utils/azure_system_helpers.py           | 35 ++++++++++++++++
 5 files changed, 123 insertions(+), 45 deletions(-)
 copy tests/dags/test_multiple_dags.py => airflow/providers/microsoft/azure/example_dags/example_file_to_wasb.py (57%)
 create mode 100644 airflow/providers/microsoft/azure/example_dags/example_fileshare.py
 copy tests/providers/{http/operators/test_http_system.py => microsoft/azure/hooks/test_fileshare_system.py} (57%)
 copy tests/providers/{google/cloud/transfers/test_local_to_gcs_system.py => microsoft/azure/transfers/test_file_to_wasb_system.py} (58%)