This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-a8f6d66dbe
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 43d189d44f3 Bump the core-ui-package-updates group across 1 directory
with 12 updates
add cde63d2b77e Enable PT011 rule to prvoider tests (#56237)
add d0997c7824a Add if_not_exists to index creation in migrations (#56328)
add 41078f1525c Fix dataflow java system test + link (#56286)
add b9d91c3189d Bump ruff to 0.13.3 and prek to 0.2.3 (#56355)
add 6d3e841d0ce fix: allow mapped tasks to accept zero-length inputs on
rerun (#56162)
add d0da0c02046 Chart gitsync vars (#56245)
add ce55be3722f Update provider's metadata (#56357)
add 767ae70fbc1 Fix install_java.sh (#56211)
add 6583b6da952 Add new PL translations. (#56359)
add e8bc7b4761b feature: Add OpenLineage support for
CloudDataTransferServiceS3ToGCSOperator (#55946)
add 2168c151b73 feature: Add OpenLineage support for
SpannerQueryDatabaseInstanceOperator (#56348)
add 2a5cfa879a8 Add a section in contributors guide about working with
dags (#56362)
add 05a55ddbcde Update _helpers.yaml to support custom
apiServerConfigConfigMapName (#52634)
add dcd9f8b4de3 fix(livy): replace connection type (#55984)
add 1b9c0ee1c1e Reapply "update AzureBaseHook to return credentials that
supports get_token method" (#56228)
add a35016655c8 Bump the core-ui-package-updates group across 1 directory
with 12 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 (43d189d44f3)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-a8f6d66dbe
(a35016655c8)
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/actions/install-prek/action.yml | 2 +-
.pre-commit-config.yaml | 2 +-
Dockerfile.ci | 2 +-
airflow-core/docs/best-practices.rst | 2 +-
.../auth/managers/simple/ui/package-lock.json | 8 +-
.../auth/managers/simple/ui/package.json | 2 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 240 +--
airflow-core/src/airflow/models/dagrun.py | 7 +-
.../airflow/ui/public/i18n/locales/pl/common.json | 2 +
.../src/airflow/ui/public/i18n/locales/pl/dag.json | 2 +
airflow-core/tests/unit/models/test_dagrun.py | 55 +-
chart/templates/_helpers.yaml | 22 +-
chart/values.yaml | 3 +
.../03a_contributors_quick_start_beginners.rst | 12 +
dev/breeze/README.md | 2 +-
dev/breeze/doc/ci/02_images.md | 2 +-
dev/breeze/pyproject.toml | 2 +-
.../commands/release_management_commands.py | 2 +-
dev/breeze/uv.lock | 1580 ++++++++++----------
devel-common/pyproject.toml | 2 +-
docs/spelling_wordlist.txt | 3 +
generated/provider_metadata.json | 252 +++-
.../airflow_aux/test_pod_template_file.py | 40 +-
.../tests/helm_tests/apiserver/test_apiserver.py | 46 +
.../helm_tests/other/test_git_sync_scheduler.py | 39 +-
.../providers/apache/beam/operators/beam.py | 14 +-
.../airflow/providers/apache/beam/triggers/beam.py | 10 +-
.../tests/unit/apache/beam/operators/test_beam.py | 14 +-
.../tests/unit/apache/beam/triggers/test_beam.py | 77 +-
providers/apache/livy/docs/connections.rst | 2 +-
.../0001_1_4_0_create_ab_tables_if_missing.py | 8 +-
.../providers/google/cloud/hooks/spanner.py | 45 +
.../openlineage/CloudStorageTransferJobFacet.json | 68 +
.../openlineage/CloudStorageTransferRunFacet.json | 60 +
.../providers/google/cloud/openlineage/facets.py | 82 +-
.../operators/cloud_storage_transfer_service.py | 64 +-
.../providers/google/cloud/operators/spanner.py | 28 +-
.../cloud/dataflow/example_dataflow_native_java.py | 4 +-
.../tests/unit/google/assets/test_bigquery.py | 2 +-
.../google/tests/unit/google/assets/test_gcs.py | 2 +-
.../tests/unit/google/cloud/hooks/test_bigquery.py | 4 +-
.../unit/google/cloud/hooks/test_cloud_logging.py | 2 +-
.../unit/google/cloud/hooks/test_cloud_sql.py | 6 +-
.../unit/google/cloud/openlineage/test_facets.py | 58 +-
.../test_cloud_storage_transfer_service.py | 159 ++
.../unit/google/cloud/operators/test_spanner.py | 157 ++
.../microsoft/azure/docs/connections/azure.rst | 2 +
.../providers/microsoft/azure/hooks/base_azure.py | 108 +-
.../unit/microsoft/azure/hooks/test_base_azure.py | 90 +-
scripts/ci/prek/check_imports_in_providers.py | 2 +-
scripts/ci/prek/ruff_format.py | 2 +-
scripts/in_container/bin/install_java.sh | 11 +-
52 files changed, 2368 insertions(+), 1044 deletions(-)
create mode 100644
providers/google/src/airflow/providers/google/cloud/openlineage/CloudStorageTransferJobFacet.json
create mode 100644
providers/google/src/airflow/providers/google/cloud/openlineage/CloudStorageTransferRunFacet.json