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-3f3398e611
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 7e69d6ad8bc Bump the core-ui-package-updates group across 1 directory
with 11 updates
add b566a0b57f4 Bump webpack from 5.99.8 to 5.99.9 in
/providers/fab/src/airflow/providers/fab/www in the fab-ui-package-updates
group across 1 directory (#50847)
add 8c0d27374d5 Fix dropdowns in accordion and error text colors (#50845)
add 06278ce0d4e Update useTableURLState hook for sticky table sort (#50720)
add e1f4290de84 Fix the version for generated client (#50859)
add 3a9858e7360 Port `task.test` to Task SDK (#50827)
add 8bf6c9899f0 Fix Example tutorial_objectstorage DAG (#50828)
add 3e6fc3837b2 Fix backward compatibility for timeout in defer() with
Airflow 2.11 (#50869)
add 4af10c9c386 Bumping pinecone sdk to 7.0.0 to improve podspec handling
(#50868)
add 3e4104b06f7 API handle slashes in variable keys (#50841)
add c5dfb1145c0 Use explicit directives instead of implicit syntax (#50870)
add 62678f90b91 EmptyOperator raises InvalidURL for non-existing logs
(#50325)
add 13c6020278d Fix reading number of dags from direct system providers
path (#50843)
add a17d14edcf5 misc updates to provider release guide (#50881)
add 611270abdf3 Do not run FAB pre-commits in release branches (#50875)
add e45bdaca498 Bump min version of neo4j sdk to 5.20 (#50882)
add 0e0d4c5b869 Remove deprecated for December 2024 and April 2025 in
providers/google. (#50021)
add a1b2c0c3982 Update providers metadata 2025-05-21 (#50879)
add 854b80ad4ea Add fetch depth to compare commit history (#50883)
add ba67365516c fix: Duplicate region in Snowflake URI no longer breaks
OpenLineage (#50831)
add 334d52e2eb7 exclude venv breeze from pycharm discovery (#50888)
add 97913b05283 Further prune release notes (#50860)
add fcd815d16d7 Add fetch tags to true for publish docs (#50887)
add 6a678060afd Deserialize should work while retrieving variables with
secrets backend (#50880)
add 4c39e468597 Move secret_key config to api section (#50839)
add c674e124ce0 We actually need to fetch more than 2 commits to fetch
logs (#50893)
add 0ca359df590 Bump the core-ui-package-updates group across 1 directory
with 11 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 (7e69d6ad8bc)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui/core-ui-package-updates-3f3398e611
(0ca359df590)
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/workflows/publish-docs-to-s3.yml | 2 +
.pre-commit-config.yaml | 10 +-
RELEASE_NOTES.rst | 5331 +-------------------
.../logging-monitoring/logging-tasks.rst | 2 +-
airflow-core/docs/best-practices.rst | 3 +-
airflow-core/docs/cli-and-env-variables-ref.rst | 2 +-
airflow-core/docs/configurations-ref.rst | 2 +-
airflow-core/docs/howto/docker-compose/index.rst | 12 +-
airflow-core/docs/howto/dynamic-dag-generation.rst | 3 +-
airflow-core/docs/howto/set-config.rst | 4 +-
.../docs/installation/upgrading_to_airflow3.rst | 2 +-
airflow-core/docs/public-airflow-interface.rst | 9 +-
.../auth/managers/simple/ui/package-lock.json | 8 +-
.../auth/managers/simple/ui/package.json | 2 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 36 +-
.../src/airflow/api_fastapi/core_api/app.py | 2 +-
.../api_fastapi/core_api/datamodels/dags.py | 2 +-
.../core_api/routes/public/variables.py | 6 +-
airflow-core/src/airflow/cli/cli_config.py | 6 -
.../src/airflow/cli/commands/config_command.py | 4 +
.../src/airflow/cli/commands/task_command.py | 61 +-
.../src/airflow/config_templates/config.yml | 28 +-
airflow-core/src/airflow/configuration.py | 1 +
.../example_passing_params_via_test_command.py | 7 +-
.../airflow/example_dags/tutorial_objectstorage.py | 62 +-
.../src/components/DataTable/useTableUrlState.ts | 14 +-
.../src/components/FlexibleForm/FlexibleForm.tsx | 36 +-
.../src/airflow/ui/src/queries/useParamStore.ts | 4 +-
.../src/airflow/utils/log/file_task_handler.py | 6 +-
airflow-core/src/airflow/utils/serve_logs.py | 2 +-
.../core_api/routes/public/test_dag_report.py | 8 +-
.../core_api/routes/public/test_variables.py | 105 +-
.../tests/unit/cli/commands/test_task_command.py | 21 +-
airflow-core/tests/unit/core/test_configuration.py | 13 +-
chart/docs/index.rst | 2 +
chart/docs/installing-helm-chart-from-sources.rst | 7 +-
contributing-docs/08_static_code_checks.rst | 2 +
contributing-docs/testing/k8s_tests.rst | 2 +-
dev/README_RELEASE_PROVIDERS.md | 4 +-
dev/breeze/doc/images/output-commands.svg | 4 +-
dev/breeze/doc/images/output_static-checks.svg | 100 +-
dev/breeze/doc/images/output_static-checks.txt | 2 +-
.../commands/release_management_commands.py | 2 +-
.../src/airflow_breeze/params/shell_params.py | 2 +-
dev/breeze/src/airflow_breeze/pre_commit_ids.py | 1 +
.../src/airflow_breeze/utils/selective_checks.py | 2 +
dev/breeze/tests/test_selective_checks.py | 3 +-
devel-common/src/tests_common/pytest_plugin.py | 4 +-
generated/provider_metadata.json | 362 +-
providers/amazon/docs/operators/athena/index.rst | 3 +-
providers/fab/src/airflow/providers/fab/www/app.py | 2 +-
.../airflow/providers/fab/www/package-lock.json | 8 +-
.../fab/src/airflow/providers/fab/www/package.json | 2 +-
providers/fab/www-hash.txt | 2 +-
providers/google/docs/changelog.rst | 32 +-
.../providers/google/cloud/hooks/bigquery.py | 68 -
.../cloud/hooks/vertex_ai/generative_model.py | 67 +-
.../cloud/operators/vertex_ai/generative_model.py | 92 -
.../tests/unit/google/cloud/hooks/test_bigquery.py | 57 -
.../cloud/hooks/vertex_ai/test_generative_model.py | 19 -
.../operators/vertex_ai/test_generative_model.py | 63 -
providers/neo4j/pyproject.toml | 2 +-
providers/pinecone/pyproject.toml | 2 +-
.../airflow/providers/pinecone/hooks/pinecone.py | 6 +-
.../providers/snowflake/utils/openlineage.py | 19 +-
.../tests/unit/snowflake/utils/test_openlineage.py | 3 +
.../providers/standard/sensors/time_delta.py | 3 +-
reproducible_build.yaml | 4 +-
...astapi_api_spec.py => generate_openapi_spec.py} | 2 +-
...pi_api_spec.py => generate_openapi_spec_fab.py} | 2 +-
scripts/in_container/in_container_utils.py | 51 +
...pi_api_spec.py => run_generate_openapi_spec.py} | 73 +-
.../run_generate_openapi_spec_fab.py} | 40 +-
setup_idea.py | 1 +
task-sdk/src/airflow/sdk/definitions/dag.py | 3 +-
task-sdk/src/airflow/sdk/execution_time/context.py | 4 +
.../tests/task_sdk/definitions/test_variables.py | 23 +
77 files changed, 736 insertions(+), 6232 deletions(-)
copy scripts/ci/pre_commit/{update_fastapi_api_spec.py =>
generate_openapi_spec.py} (93%)
rename scripts/ci/pre_commit/{update_fastapi_api_spec.py =>
generate_openapi_spec_fab.py} (93%)
rename scripts/in_container/{run_update_fastapi_api_spec.py =>
run_generate_openapi_spec.py} (52%)
copy scripts/{ci/pre_commit/check_kubeconform.py =>
in_container/run_generate_openapi_spec_fab.py} (51%)