This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch bookworm
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit d1e4d02a2e Switch our base image to use Debian bookworm
add b27047430f Refactor azure managed identity (#35367)
add 3f4028f54e Update dag-run.rst to mention Airflow's support for
extended cron syntax through croniter (#35342)
add db012ac5de Fix `pip` version in the main PROD image of Airflow (#35387)
add e22dcff6eb Fix typo - air-gapPed (#35398)
new 30de24d458 Switch our base image to use Debian bookworm
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d1e4d02a2e)
\
N -- N -- N refs/heads/bookworm (30de24d458)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/ci.yml | 3 +
Dockerfile | 3 +
airflow/providers/microsoft/azure/hooks/adx.py | 14 +--
airflow/providers/microsoft/azure/hooks/asb.py | 15 ++-
.../providers/microsoft/azure/hooks/base_azure.py | 14 +--
airflow/providers/microsoft/azure/hooks/batch.py | 31 +++---
.../microsoft/azure/hooks/container_registry.py | 15 ++-
.../microsoft/azure/hooks/container_volume.py | 39 ++++---
airflow/providers/microsoft/azure/hooks/cosmos.py | 15 ++-
.../microsoft/azure/hooks/data_factory.py | 14 +--
.../providers/microsoft/azure/hooks/data_lake.py | 30 +++---
.../providers/microsoft/azure/hooks/fileshare.py | 79 ++++++--------
airflow/providers/microsoft/azure/hooks/synapse.py | 15 ++-
airflow/providers/microsoft/azure/hooks/wasb.py | 14 +--
airflow/providers/microsoft/azure/utils.py | 24 +++++
docs/apache-airflow/core-concepts/dag-run.rst | 2 +-
docs/docker-stack/build.rst | 2 +-
tests/providers/microsoft/azure/hooks/test_adx.py | 118 +++++++++++----------
tests/providers/microsoft/azure/hooks/test_asb.py | 41 +++----
.../microsoft/azure/hooks/test_azure_batch.py | 16 +--
.../azure/hooks/test_azure_container_instance.py | 2 +-
.../microsoft/azure/hooks/test_azure_cosmos.py | 60 ++++++++---
.../azure/hooks/test_azure_data_factory.py | 68 ++++++------
.../microsoft/azure/hooks/test_azure_data_lake.py | 76 ++++++-------
.../microsoft/azure/hooks/test_azure_fileshare.py | 24 +++--
.../microsoft/azure/hooks/test_azure_synapse.py | 45 +++++---
.../microsoft/azure/hooks/test_base_azure.py | 46 +++++++-
tests/providers/microsoft/azure/hooks/test_wasb.py | 1 +
tests/providers/microsoft/azure/test_utils.py | 17 ++-
29 files changed, 474 insertions(+), 369 deletions(-)