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/ui/core-ui-package-updates-0cb9e08c6d
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 536392121d0 chore(deps): bump the core-ui-package-updates group across
1 directory with 52 updates
add 28c2a2a8799 Cleanup Helm Chart documentation (#62544)
add 51c99ea856e fix(ui): wire up logical date filter on /dagruns page
(#62799) (#62848)
add 36e02fab51f fix: use useAssetServiceGetDagAssetQueuedEvents to get the
correct number of ADRQs (#62868)
add a0c894b2226 Update providers metadata 2026-03-04 (#62890)
add fdddc181370 Vendor K8s JSON schemas for helm tests and add
multi-version validation (#62820)
add 679fd254aa8 Clarify to avoid bumping min version for sagemaker-studio
(#62891)
add 945bc64623b UI: Translate remaining TODO entries in Polish locale
(#62672)
add c97532b4d73 Add `SesEmailOperator` (#58312)
add eb139711bde Allow executor aliases for "core executors" (#62838)
add ad287391229 Upgrade version of Campaign Manager API to v5 (#62510)
add 5ebc0448fd1 Return GCS URIs from GoogleAdsToGcsOperator (#61334)
add 4b99ae89f8f bugfix: Enforce and document context injection into custom
callbacks (#62649)
add ae6fdea5ef8 docs(Asset-Partition): remove outdated AIP-76 comments
(#62863)
add db948695197 Fix inflated total_received count in partitioned dag runs
API (#62786)
add d135078f42e Set the right version of Informatica provider (after
release) (#62897)
add 0f64abcee31 Fix: Adds task instance validation for hitl (#62886)
add a6b61ccdfc0 Hide logical date and data interval when triggering
partitioned Dags (#62711)
add 01f62b990a8 AIP-99: Add DataFusionToolset (#62850)
add 558418896ae i18n(Ko): Replace DAG as Dag (#62920)
add 5bf3bd6a2c2 i18n(Miscellaneous): Replace DAG as Dag(en,hi) (#62923)
add 8dd358add2e AIP-76: Add ProductMapper for multi-dimensional partition
keys (#61937)
add 5c951d9723f Fix/FabAuthManager race condition on startup with multiple
workers (#62737)
add 1184e7cec04 AIP:99: Add tool call logging for all AI operators (#62901)
add d0c4dfc0bcd Add Hungarian (hu) translation (#62925)
add 03095b4496a Add CODEOWNER choo121600 for agentic instruction files
(#62933)
add 281cdabc93e Fix race condition in auth manager initialization (#62431)
add 4f1faf61b0d Make elasticsearch compatible with remote_task_log (#62121)
add 6b21ec09588 fix: always include kid in JWT header for symmetric key
tokens (#62883)
add faf4c6feced Add thread_ts parameter to Slack operators for thread
replies (#62289)
add 1c7df49ab10 Upgrade `sgvo` (#62941)
add 6534d7d7c08 Upgrade `tar` (#62939)
add 68a7b5d7081 chore(deps): bump the core-ui-package-updates group across
1 directory with 52 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 (536392121d0)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-0cb9e08c6d
(68a7b5d7081)
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/CODEOWNERS | 10 +-
.github/actions/breeze/action.yml | 2 +-
.github/actions/install-prek/action.yml | 2 +-
.github/skills/airflow-translations/locales/hu.md | 191 +++++
.github/workflows/basic-tests.yml | 2 +-
.github/workflows/ci-amd-arm.yml | 4 +-
.github/workflows/helm-tests.yml | 17 +-
.github/workflows/release_dockerhub_image.yml | 2 +-
.pre-commit-config.yaml | 8 +
AGENTS.md | 3 +
Dockerfile | 2 +-
Dockerfile.ci | 2 +-
airflow-core/docs/core-concepts/executor/index.rst | 34 +-
airflow-core/docs/core-concepts/multi-team.rst | 60 ++
airflow-core/docs/howto/deadline-alerts.rst | 7 +
airflow-core/newsfragments/62121.bugfix.rst | 1 +
airflow-core/src/airflow/api/common/mark_tasks.py | 6 +-
airflow-core/src/airflow/api_fastapi/app.py | 10 +-
.../auth/managers/simple/ui/package.json | 2 +-
.../auth/managers/simple/ui/pnpm-lock.yaml | 27 +-
.../src/airflow/api_fastapi/auth/tokens.py | 10 +-
.../core_api/routes/ui/partitioned_dag_runs.py | 1 +
.../api_fastapi/execution_api/routes/dag_runs.py | 2 -
.../api_fastapi/execution_api/routes/hitl.py | 8 +-
.../config_templates/airflow_local_settings.py | 38 +-
.../src/airflow/dag_processing/collection.py | 6 +-
.../example_dags/example_asset_partition.py | 47 ++
.../example_dags/example_outlet_event_extra.py | 8 +-
.../src/airflow/executors/executor_loader.py | 46 +-
.../src/airflow/executors/workloads/callback.py | 10 +-
.../src/airflow/jobs/scheduler_job_runner.py | 2 +
airflow-core/src/airflow/models/callback.py | 12 +
.../src/airflow/partition_mappers/product.py | 67 ++
.../src/airflow/serialization/definitions/dag.py | 2 -
airflow-core/src/airflow/serialization/encoders.py | 9 +
airflow-core/src/airflow/triggers/callback.py | 11 +-
airflow-core/src/airflow/ui/package.json | 11 +-
airflow-core/src/airflow/ui/pnpm-lock.yaml | 127 ++--
.../src/airflow/ui/public/i18n/locales/en/dag.json | 2 +-
.../src/airflow/ui/public/i18n/locales/hi/dag.json | 2 +-
.../src/airflow/ui/public/i18n/locales/ko/dag.json | 2 +-
.../airflow/ui/public/i18n/locales/pl/common.json | 11 +
.../ui/public/i18n/locales/pl/components.json | 1 +
.../src/airflow/ui/public/i18n/locales/pl/dag.json | 9 +
.../src/components/TriggerDag/TriggerDAGForm.tsx | 128 ++--
.../src/components/TriggerDag/TriggerDAGModal.tsx | 2 +
.../src/airflow/ui/src/mocks/handlers/dag_runs.ts | 87 +++
.../src/airflow/ui/src/mocks/handlers/index.ts | 9 +-
.../src/airflow/ui/src/pages/Dag/Header.tsx | 1 +
.../src/airflow/ui/src/pages/DagRuns.test.tsx | 48 ++
airflow-core/src/airflow/ui/src/pages/DagRuns.tsx | 8 +
.../ui/src/pages/DagsList/AssetSchedule.tsx | 58 +-
.../src/airflow/ui/src/pages/DagsList/DagCard.tsx | 1 +
.../src/airflow/ui/src/pages/DagsList/DagsList.tsx | 1 +
.../src/airflow/ui/src/pages/DagsList/Schedule.tsx | 3 +
.../tests/unit/api_fastapi/auth/test_tokens.py | 24 +
.../routes/ui/test_partitioned_dag_runs.py | 60 ++
airflow-core/tests/unit/api_fastapi/test_app.py | 35 +
.../tests/unit/executors/test_executor_loader.py | 116 ++-
airflow-core/tests/unit/jobs/test_scheduler_job.py | 34 +-
airflow-core/tests/unit/models/test_callback.py | 33 +
.../tests/unit/partition_mappers/test_product.py | 113 +++
.../unit/serialization/test_serialized_objects.py | 43 ++
airflow-core/tests/unit/triggers/test_callback.py | 23 +-
chart/docs/adding-connections-and-variables.rst | 16 +-
chart/docs/airflow-configuration.rst | 17 +-
chart/docs/customizing-labels.rst | 52 +-
chart/docs/customizing-workers.rst | 61 +-
chart/docs/extending-the-chart.rst | 99 ++-
chart/docs/index.rst | 172 +++--
chart/docs/installing-helm-chart-from-sources.rst | 80 +--
chart/docs/keda.rst | 102 +--
chart/docs/manage-dag-files.rst | 242 +++----
chart/docs/manage-logs.rst | 56 +-
chart/docs/parameters-ref.rst | 58 +-
chart/docs/production-guide.rst | 784 +++++++++++----------
chart/docs/quick-start.rst | 160 +++--
chart/docs/service-account-token-examples.rst | 170 +++--
chart/docs/setting-resources-for-containers.rst | 40 +-
chart/docs/using-additional-containers.rst | 48 +-
dev/breeze/doc/ci/02_images.md | 2 +-
dev/breeze/doc/images/output_ci_upgrade.svg | 84 ++-
dev/breeze/doc/images/output_ci_upgrade.txt | 2 +-
.../doc/images/output_testing_helm-tests.svg | 52 +-
.../doc/images/output_testing_helm-tests.txt | 2 +-
.../src/airflow_breeze/commands/ci_commands.py | 189 ++++-
.../airflow_breeze/commands/ci_commands_config.py | 14 +-
.../commands/release_management_commands.py | 2 +-
.../airflow_breeze/commands/testing_commands.py | 14 +
.../commands/testing_commands_config.py | 1 +
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
.../src/airflow_breeze/utils/selective_checks.py | 10 +
dev/breeze/tests/test_selective_checks.py | 61 ++
dev/breeze/uv.lock | 54 +-
docs/spelling_wordlist.txt | 2 +
generated/provider_metadata.json | 22 +
.../tests/chart_utils/helm_template_generator.py | 110 +--
providers/amazon/docs/operators/ses.rst | 84 +++
providers/amazon/provider.yaml | 7 +-
providers/amazon/pyproject.toml | 1 +
.../airflow/providers/amazon/aws/operators/ses.py | 143 ++++
.../airflow/providers/amazon/get_provider_info.py | 7 +-
.../amazon/tests/system/amazon/aws/example_ses.py | 118 ++++
.../tests/unit/amazon/aws/operators/test_ses.py | 179 +++++
providers/common/ai/docs/operators/agent.rst | 51 ++
providers/common/ai/docs/operators/llm.rst | 8 +
providers/common/ai/docs/operators/llm_branch.rst | 7 +
.../ai/docs/operators/llm_schema_compare.rst | 7 +
providers/common/ai/docs/operators/llm_sql.rst | 8 +
providers/common/ai/docs/toolsets.rst | 91 ++-
.../airflow/providers/common/ai/operators/agent.py | 12 +-
.../airflow/providers/common/ai/operators/llm.py | 2 +
.../providers/common/ai/operators/llm_branch.py | 2 +
.../common/ai/operators/llm_schema_compare.py | 3 +-
.../providers/common/ai/operators/llm_sql.py | 2 +
.../providers/common/ai/toolsets/datafusion.py | 207 ++++++
.../providers/common/ai/toolsets/logging.py | 62 ++
.../airflow/providers/common/ai/utils/logging.py | 90 +++
.../ai/tests/unit/common/ai/conftest.py} | 19 +-
.../tests/unit/common/ai/decorators/test_agent.py | 36 +-
.../ai/tests/unit/common/ai/decorators/test_llm.py | 20 +-
.../unit/common/ai/decorators/test_llm_branch.py | 20 +-
.../ai/decorators/test_llm_schema_compare.py | 16 +-
.../unit/common/ai/decorators/test_llm_sql.py | 20 +-
.../tests/unit/common/ai/operators/test_agent.py | 38 +-
.../ai/tests/unit/common/ai/operators/test_llm.py | 20 +-
.../unit/common/ai/operators/test_llm_branch.py | 30 +-
.../common/ai/operators/test_llm_schema_compare.py | 37 +-
.../tests/unit/common/ai/operators/test_llm_sql.py | 16 +-
.../unit/common/ai/toolsets/test_datafusion.py | 344 +++++++++
.../tests/unit/common/ai/toolsets/test_logging.py | 111 +++
.../ai/tests/unit/common/ai/utils/test_logging.py | 151 ++++
.../providers/edge3/plugins/www/package.json | 5 +-
.../providers/edge3/plugins/www/pnpm-lock.yaml | 13 +-
.../fab/auth_manager/security_manager/override.py | 29 +-
.../fab/www/extensions/init_appbuilder.py | 33 +-
.../fab/src/airflow/providers/fab/www/package.json | 3 +-
.../src/airflow/providers/fab/www/pnpm-lock.yaml | 17 +-
.../auth_manager/security_manager/test_override.py | 49 +-
.../providers/google/ads/transfers/ads_to_gcs.py | 17 +-
.../operators/campaign_manager.py | 38 +-
.../unit/google/ads/transfers/test_ads_to_gcs.py | 38 +-
.../operators/test_campaign_manager.py | 2 +-
.../src/airflow/providers/slack/hooks/slack.py | 12 +-
.../src/airflow/providers/slack/operators/slack.py | 14 +-
.../slack/tests/unit/slack/hooks/test_slack.py | 19 +
.../slack/tests/unit/slack/operators/test_slack.py | 54 ++
pyproject.toml | 10 +-
scripts/ci/prek/check_k8s_schemas_published.py | 83 +++
scripts/ci/prek/common_prek_utils.py | 20 +
scripts/ci/prek/download_k8s_schemas.py | 281 ++++++++
scripts/ci/prek/update_airflow_pyproject_toml.py | 2 +-
scripts/tools/setup_breeze | 2 +-
task-sdk/docs/api.rst | 2 +
task-sdk/src/airflow/sdk/__init__.py | 3 +
task-sdk/src/airflow/sdk/__init__.pyi | 2 +
task-sdk/src/airflow/sdk/bases/timetable.py | 8 +-
.../partition_mappers/{identity.py => product.py} | 17 +-
.../airflow/sdk/definitions/timetables/trigger.py | 1 -
159 files changed, 5580 insertions(+), 1606 deletions(-)
create mode 100644 .github/skills/airflow-translations/locales/hu.md
create mode 100644 airflow-core/newsfragments/62121.bugfix.rst
create mode 100644 airflow-core/src/airflow/partition_mappers/product.py
create mode 100644 airflow-core/src/airflow/ui/src/mocks/handlers/dag_runs.ts
create mode 100644 airflow-core/src/airflow/ui/src/pages/DagRuns.test.tsx
create mode 100644 airflow-core/tests/unit/partition_mappers/test_product.py
create mode 100644 providers/amazon/docs/operators/ses.rst
create mode 100644
providers/amazon/src/airflow/providers/amazon/aws/operators/ses.py
create mode 100644 providers/amazon/tests/system/amazon/aws/example_ses.py
create mode 100644 providers/amazon/tests/unit/amazon/aws/operators/test_ses.py
create mode 100644
providers/common/ai/src/airflow/providers/common/ai/toolsets/datafusion.py
create mode 100644
providers/common/ai/src/airflow/providers/common/ai/toolsets/logging.py
create mode 100644
providers/common/ai/src/airflow/providers/common/ai/utils/logging.py
copy providers/{oracle/tests/unit/oracle/test_utils.py =>
common/ai/tests/unit/common/ai/conftest.py} (59%)
create mode 100644
providers/common/ai/tests/unit/common/ai/toolsets/test_datafusion.py
create mode 100644
providers/common/ai/tests/unit/common/ai/toolsets/test_logging.py
create mode 100644
providers/common/ai/tests/unit/common/ai/utils/test_logging.py
create mode 100755 scripts/ci/prek/check_k8s_schemas_published.py
create mode 100755 scripts/ci/prek/download_k8s_schemas.py
copy task-sdk/src/airflow/sdk/definitions/partition_mappers/{identity.py =>
product.py} (68%)