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-9c0124b021
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 5c9e82afe6d Bump the core-ui-package-updates group across 1 directory
with 7 updates
add 67f9530cf13 i18n(Ko): add missing translations (#53315)
add f244427e661 Refactoring get con part dbapihook in providers (#53335)
add 9d944c14ba8 Refactor google.cloud imports to prevent conflicts with
airflow google provider namespace and resolve mypy errors (#53338)
add a6efa53040c Fix broken link in contributors doc on providers (#53344)
add 0aa9c1b6729 Remove deprecated from google provider scheduled for June
and July 2025 (#53197)
add afb2e8ab119 fix: Make ``task_success_overtime`` configurable (#53342)
add 75f7a956e19 docs: Add note re: breaking changes to api routes provided
by the auth manager (#53343)
add b7ce1757118 Chart: Default Airflow image is updated to 3.0.3 (#53350)
add 3566b8ef610 Update main with Airflow 3.0.3 release details (#53349)
add 76aa7b49274 Cleanup type ignores in apache/hive provider (#53302)
add 11b53f40bac Docs: sort exposable fields in create-custom-providers
(#53362)
add 7654e1a49b0 Better type handling to account for types-docutils bump
(#53364)
add 12c317b8c50 sphinx: avoid repeated isinstance checks (#53367)
add ce5b47c9118 Bump the core-ui-package-updates group across 1 directory
with 7 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 (5c9e82afe6d)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-9c0124b021
(ce5b47c9118)
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/ISSUE_TEMPLATE/1-airflow_bug_report.yml | 2 +-
Dockerfile | 2 +-
README.md | 12 +-
RELEASE_NOTES.rst | 84 +++
.../docs/installation/supported-versions.rst | 2 +-
.../docs/installation/upgrading_to_airflow3.rst | 1 +
.../auth/managers/simple/ui/package-lock.json | 122 +++--
.../auth/managers/simple/ui/package.json | 2 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 294 +++++-----
.../airflow/ui/public/i18n/locales/ko/common.json | 12 +
.../src/airflow/ui/public/i18n/locales/ko/dag.json | 1 +
.../tests/unit/always/test_project_structure.py | 2 -
chart/Chart.yaml | 18 +-
chart/newsfragments/53350.significant.rst | 3 +
chart/values.schema.json | 4 +-
chart/values.yaml | 4 +-
contributing-docs/12_provider_distributions.rst | 2 +-
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
.../src/sphinx_exts/substitution_extensions.py | 18 +-
.../src/tests_common/test_utils/version_compat.py | 1 +
generated/PYPI_README.md | 10 +-
.../howto/create-custom-providers.rst | 90 ++-
.../providers/amazon/aws/hooks/redshift_sql.py | 2 +-
.../airflow/providers/apache/hive/hooks/hive.py | 18 +-
.../src/airflow/providers/exasol/hooks/exasol.py | 3 +-
providers/google/docs/changelog.rst | 24 +
providers/google/docs/operators/cloud/bigquery.rst | 26 -
.../google/docs/operators/cloud/life_sciences.rst | 58 --
.../docs/operators/transfer/presto_to_gcs.rst | 2 +-
.../docs/operators/transfer/trino_to_gcs.rst | 2 +-
providers/google/provider.yaml | 13 -
.../providers/google/cloud/hooks/bigquery.py | 129 -----
.../providers/google/cloud/hooks/dataflow.py | 85 ---
.../airflow/providers/google/cloud/hooks/gcs.py | 5 +-
.../providers/google/cloud/hooks/life_sciences.py | 159 ------
.../providers/google/cloud/links/life_sciences.py | 30 -
.../providers/google/cloud/log/gcs_task_handler.py | 4 +-
.../providers/google/cloud/operators/bigquery.py | 601 ---------------------
.../google/cloud/operators/life_sciences.py | 118 ----
.../google/cloud/transfers/gcs_to_bigquery.py | 2 +-
.../airflow/providers/google/get_provider_info.py | 16 -
providers/google/tests/deprecations_ignore.yml | 13 -
.../tests/unit/google/cloud/hooks/test_bigquery.py | 120 +---
.../tests/unit/google/cloud/hooks/test_dataflow.py | 74 +--
.../tests/unit/google/cloud/hooks/test_gcs.py | 13 +-
.../unit/google/cloud/hooks/test_life_sciences.py | 304 -----------
.../unit/google/cloud/operators/test_bigquery.py | 390 -------------
.../google/cloud/operators/test_life_sciences.py | 67 ---
.../google/cloud/transfers/test_gcs_to_bigquery.py | 20 +-
.../tests/unit/openlineage/utils/test_utils.py | 4 +-
.../src/airflow/providers/sqlite/hooks/sqlite.py | 3 +-
reproducible_build.yaml | 4 +-
scripts/ci/pre_commit/supported_versions.py | 2 +-
.../src/airflow/sdk/execution_time/supervisor.py | 17 +-
.../task_sdk/execution_time/test_supervisor.py | 8 +-
55 files changed, 477 insertions(+), 2547 deletions(-)
create mode 100644 chart/newsfragments/53350.significant.rst
delete mode 100644 providers/google/docs/operators/cloud/life_sciences.rst
delete mode 100644
providers/google/src/airflow/providers/google/cloud/hooks/life_sciences.py
delete mode 100644
providers/google/src/airflow/providers/google/cloud/links/life_sciences.py
delete mode 100644
providers/google/src/airflow/providers/google/cloud/operators/life_sciences.py
delete mode 100644
providers/google/tests/unit/google/cloud/hooks/test_life_sciences.py
delete mode 100644
providers/google/tests/unit/google/cloud/operators/test_life_sciences.py