You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ds...@apache.org on 2022/10/28 21:27:26 UTC

[airflow] branch main updated (c49740eb25 -> 5df1d6ec20)

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

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


    from c49740eb25 Allow and prefer non-prefixed extra fields for AzureFileShareHook (#27041)
     add 5df1d6ec20 Allow and prefer non-prefixed extra fields for remaining azure (#27220)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/microsoft/azure/hooks/batch.py   | 15 +++--
 .../microsoft/azure/hooks/container_volume.py      | 22 +++++--
 airflow/providers/microsoft/azure/hooks/cosmos.py  | 26 +++++---
 .../providers/microsoft/azure/hooks/data_lake.py   | 29 +++++----
 airflow/providers/microsoft/azure/hooks/synapse.py | 25 +++++---
 airflow/providers/microsoft/azure/utils.py         | 26 ++++++++
 .../azure/hooks/test_azure_container_volume.py     | 18 ++++++
 .../microsoft/azure/hooks/test_azure_cosmos.py     | 19 ++++++
 .../microsoft/azure/hooks/test_azure_data_lake.py  | 20 ++++++
 tests/providers/microsoft/azure/test_utils.py      | 75 ++++++++++++++++++++++
 10 files changed, 233 insertions(+), 42 deletions(-)
 create mode 100644 tests/providers/microsoft/azure/test_utils.py