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 2021/06/11 21:38:57 UTC

[airflow] branch main updated (e975e86 -> 0c80a7d)

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

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


    from e975e86  Don't run tests for deprecated method on DAG class (#16397)
     add 0c80a7d  Fixes AzureFileShare connection extras (#16388)

No new revisions were added by this update.

Summary of changes:
 .../example_dags/example_azure_fileshare_to_gcs.py |   2 +-
 .../cloud/transfers/azure_fileshare_to_gcs.py      |  10 +-
 airflow/providers/microsoft/azure/CHANGELOG.rst    |   5 +
 .../azure/hooks/azure_container_volume.py          |  59 +++++-
 .../microsoft/azure/hooks/azure_fileshare.py       |  90 +++++++-
 .../azure/operators/azure_container_instances.py   |   2 +-
 airflow/providers/microsoft/azure/provider.yaml    |   2 +
 .../{wasb.rst => azure_container_volume.rst}       |  35 ++-
 .../connections/{wasb.rst => azure_fileshare.rst}  |  38 ++--
 .../connections/wasb.rst                           |  16 +-
 .../run_install_and_test_provider_packages.sh      |  42 +---
 tests/core/test_providers_manager.py               | 235 +--------------------
 .../cloud/transfers/test_azure_fileshare_to_gcs.py |  12 +-
 .../test_azure_fileshare_to_gcs_system.py          |   6 +-
 .../azure/hooks/test_azure_container_volume.py     |  33 ++-
 .../microsoft/azure/hooks/test_azure_fileshare.py  | 132 ++++++++++--
 tests/test_utils/azure_system_helpers.py           |  32 +--
 17 files changed, 367 insertions(+), 384 deletions(-)
 copy docs/apache-airflow-providers-microsoft-azure/connections/{wasb.rst => azure_container_volume.rst} (58%)
 copy docs/apache-airflow-providers-microsoft-azure/connections/{wasb.rst => azure_fileshare.rst} (60%)