This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/pip/airflow-core/pip-dependency-updates-72f83f7f84
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit b1ff7a63c2e Bump the pip-dependency-updates group across 3 directories
with 3 updates
add ba8cfe47e57 Add proxy support to Databricks connections (#68527)
add 7d2c1a72e7f Extract configuration-specific logic from
_get_static_conn_params() (#68597)
add a85c7aad9f9 Import tableauserverclient lazily in TableauHook (#68971)
add b24194f48d9 Make test_cli_run_time tolerant of slow/cold CI runners
(#68968)
add 9b0fe283845 Stabilize testcontainers provider tests on slow (ARM) CI
runners (#68963)
add 419ac06e8ac Fix scheduled CI upgrade failing when its PR already
exists (#69018)
add e9ef38b9e00 Update local Otel Collector and Prometheus Versions to
support Exponential Histograms. (#69040)
add 9517b492391 Bump the uv-dependency-updates group across 1 directory
with 2 updates (#69044)
add 78263d0c538 Move known_airflow_exceptions.txt out of scripts/ into
generated/ (#69057)
add 64e9b865fe2 Bump tornado from 6.5.6 to 6.5.7 (#68609)
add c0404ba5e1a Bump cryptography from 48.0.0 to 48.0.1 (#68610)
add e6c1ae67ac8 Bump zeep from 4.3.2 to 4.3.3 (#68780)
add a3415620fe5 Remove dependabot updates for the v2-11-test branch
(#69061)
add d6374e280ed Bump the pip-dependency-updates group across 3 directories
with 3 updates
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 (b1ff7a63c2e)
\
N -- N -- N
refs/heads/dependabot/pip/airflow-core/pip-dependency-updates-72f83f7f84
(d6374e280ed)
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.
No new revisions were added by this update.
Summary of changes:
.github/dependabot.yml | 46 -----
.../logging-monitoring/metrics.rst | 36 ++++
airflow-core/tests/unit/cli/test_cli_parser.py | 10 +-
.../src/airflow_breeze/commands/ci_commands.py | 21 ++-
.../airflow_breeze/commands/testing_commands.py | 25 +++
dev/breeze/src/airflow_breeze/global_constants.py | 11 ++
dev/breeze/src/airflow_breeze/utils/run_tests.py | 36 +++-
dev/breeze/tests/test_run_test_args.py | 79 ++++++++-
dev/breeze/uv.lock | 20 +--
.../known_airflow_exceptions.txt | 0
.../databricks/docs/connections/databricks.rst | 30 ++++
.../providers/databricks/hooks/databricks_base.py | 72 +++++++-
.../tests/unit/databricks/hooks/test_databricks.py | 90 +++++++++-
.../unit/databricks/hooks/test_databricks_base.py | 55 ++++++
.../unit/databricks/hooks/test_databricks_sql.py | 24 +++
.../airflow/providers/snowflake/hooks/snowflake.py | 193 +++++++++++++++------
.../src/airflow/providers/tableau/hooks/tableau.py | 15 +-
.../tests/unit/tableau/hooks/test_tableau.py | 54 +++---
scripts/ci/docker-compose/integration-otel.yml | 7 +-
.../ci/docker-compose/otel-collector-config.yml | 7 +-
.../ci/prek/check_new_airflow_exception_usage.py | 10 +-
uv.lock | 42 +----
22 files changed, 678 insertions(+), 205 deletions(-)
rename {scripts/ci/prek => generated}/known_airflow_exceptions.txt (100%)