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 2021/04/12 23:46:43 UTC

[airflow] branch master updated (e4c0689 -> 1a85ba9)

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 e4c0689  Fix Helm GitSync dag volume mount from pod-template-file (#15331)
     add 1a85ba9  Add dynamic connection fields to Azure Connection (#15159)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/microsoft/azure/hooks/adx.py     | 68 +++++++++++++++++++---
 .../providers/microsoft/azure/hooks/azure_batch.py | 35 ++++++++++-
 .../azure/hooks/azure_container_instance.py        | 46 ++++++++++++++-
 .../azure/hooks/azure_container_registry.py        | 24 ++++++++
 .../microsoft/azure/hooks/azure_cosmos.py          | 43 +++++++++++++-
 .../microsoft/azure/hooks/azure_data_factory.py    | 56 +++++++++++++++++-
 .../microsoft/azure/hooks/azure_data_lake.py       | 44 ++++++++++++--
 .../providers/microsoft/azure/hooks/base_azure.py  | 56 ++++++++++++++++--
 airflow/providers/microsoft/azure/hooks/wasb.py    | 61 ++++++++++++++++---
 airflow/providers/microsoft/azure/provider.yaml    |  1 +
 .../run_install_and_test_provider_packages.sh      |  6 +-
 tests/core/test_providers_manager.py               | 27 +++++++++
 12 files changed, 431 insertions(+), 36 deletions(-)