This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-ee036b0d91
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 4dde53c6ef8 Bump the edge-ui-package-updates group across 1 directory
with 8 updates
add fa0e02c2f85 fix(ui): modify calendar cell colors (#56161)
add 964997a7a6d Add CLI command to remove all queues from Celery worker
(#56195)
add e358e20eed9 Create HttpEventTrigger for AssetWatcher library (#51253)
add 8966d288271 Fix log text selection contrast in light mode (#56216)
add 6b809a30e1d Update system tests in google provider. Add constraints to
prevent from failing and modify example_cloud_logging_sink (#55939)
add 178eda48a66 Add revoke_task implementation to EdgeExecutor for task
queued timeout support (#56240)
add 2f3f2dcd577 Fix SQLA Mapped datetime imports in models (#56264)
add 023b51d3190 Remove timeout parameter from the dataproc_metastore sys
test (#56247)
add 6adb82aff00 Fix wrong import of `AIRFLOW_V_3_0_PLUS` in
`AwsLambdaExecutor` (#56280)
add 351098e838b Add async support for Amazon SQS Notifier (#56159)
add 696fd73accc Prepare fab and amazon providers to release (September
2025) (#56241)
add 9c96500c401 UI: Add Expand/Collapse all to XComs page (#56083)
add 0ab45fe573f Only import OpenLineage plugin listeners/hooks if plugin
is enabled (#56266)
add 1d44029afce Fix ValueError in def operators in google provider (#55821)
add 171c3f31690 Refactor: deprecate wait_policy in
EmrCreateJobFlowOperator in favor of wait_for_completion (#56158)
add 77fae41380d UI: Fix Grid for cleared runs when tasks were removed
(#56085)
add ad03ca0522b Revert "Update all models to use `sqlalchemy` 2
annotations (#55954)" (#56296)
add 5f8eff1d34d Fix multi-line drag selection in task log view (#56238)
add 26f6e54ce4e fix(i18n): Add translation keys and remove fallback
(#56274)
add 6951530a5f6 Bump the edge-ui-package-updates group across 1 directory
with 8 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 (4dde53c6ef8)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/providers/edge3/src/airflow/providers/edge3/plugins/www/edge-ui-package-updates-ee036b0d91
(6951530a5f6)
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:
.../airflow/api_fastapi/core_api/routes/ui/grid.py | 77 ++++++-
.../api_fastapi/core_api/services/ui/grid.py | 7 +-
airflow-core/src/airflow/models/asset.py | 114 +++++-----
airflow-core/src/airflow/models/backfill.py | 48 ++---
airflow-core/src/airflow/models/base.py | 14 +-
airflow-core/src/airflow/models/connection.py | 33 ++-
airflow-core/src/airflow/models/dag.py | 75 +++----
airflow-core/src/airflow/models/dag_favorite.py | 10 +-
airflow-core/src/airflow/models/dag_version.py | 25 +--
airflow-core/src/airflow/models/dagbag.py | 13 +-
airflow-core/src/airflow/models/dagbundle.py | 18 +-
airflow-core/src/airflow/models/dagcode.py | 24 +--
airflow-core/src/airflow/models/dagrun.py | 75 ++++---
airflow-core/src/airflow/models/dagwarning.py | 14 +-
.../src/airflow/models/db_callback_request.py | 15 +-
airflow-core/src/airflow/models/deadline.py | 24 +--
airflow-core/src/airflow/models/errors.py | 15 +-
airflow-core/src/airflow/models/hitl.py | 38 ++--
airflow-core/src/airflow/models/log.py | 30 +--
airflow-core/src/airflow/models/pool.py | 17 +-
.../src/airflow/models/renderedtifields.py | 18 +-
airflow-core/src/airflow/models/serialized_dag.py | 24 +--
airflow-core/src/airflow/models/taskinstance.py | 105 +++++-----
.../src/airflow/models/taskinstancehistory.py | 84 ++++----
airflow-core/src/airflow/models/tasklog.py | 13 +-
airflow-core/src/airflow/models/taskmap.py | 17 +-
airflow-core/src/airflow/models/taskreschedule.py | 18 +-
airflow-core/src/airflow/models/team.py | 7 +-
airflow-core/src/airflow/models/trigger.py | 16 +-
airflow-core/src/airflow/models/variable.py | 17 +-
airflow-core/src/airflow/models/xcom.py | 23 +-
.../src/airflow/ui/public/i18n/locales/en/dag.json | 2 +
.../ui/public/i18n/locales/zh-TW/components.json | 2 +-
.../airflow/ui/public/i18n/locales/zh-TW/dag.json | 6 +-
.../ui/src/pages/Dag/Calendar/CalendarCell.tsx | 39 +++-
.../ui/src/pages/Dag/Calendar/CalendarLegend.tsx | 33 ++-
.../ui/src/pages/Dag/Calendar/CalendarTooltip.tsx | 5 +-
.../ui/src/pages/Dag/Calendar/calendarUtils.ts | 76 +++++--
.../src/airflow/ui/src/pages/Dag/Calendar/types.ts | 8 +-
.../src/pages/TaskInstance/Logs/TaskLogContent.tsx | 8 +-
.../src/airflow/ui/src/pages/XCom/XCom.tsx | 30 ++-
.../src/airflow/ui/src/pages/XCom/XComEntry.tsx | 9 +-
airflow-core/src/airflow/utils/sqlalchemy.py | 9 -
.../api_fastapi/core_api/routes/ui/test_grid.py | 46 ++++
providers/amazon/README.rst | 6 +-
providers/amazon/docs/changelog.rst | 22 ++
providers/amazon/docs/index.rst | 6 +-
providers/amazon/provider.yaml | 3 +-
providers/amazon/pyproject.toml | 6 +-
.../src/airflow/providers/amazon/__init__.py | 2 +-
.../aws/executors/aws_lambda/lambda_executor.py | 2 +-
.../src/airflow/providers/amazon/aws/hooks/sqs.py | 75 ++++++-
.../providers/amazon/aws/notifications/sqs.py | 18 +-
.../airflow/providers/amazon/aws/operators/emr.py | 29 ++-
.../amazon/tests/unit/amazon/aws/hooks/test_sqs.py | 44 ++++
.../unit/amazon/aws/notifications/test_sqs.py | 30 ++-
.../aws/operators/test_emr_create_job_flow.py | 32 +--
.../airflow/providers/celery/cli/celery_command.py | 32 +++
.../providers/celery/executors/celery_executor.py | 6 +
.../tests/unit/celery/cli/test_celery_command.py | 23 ++
.../providers/edge3/executors/edge_executor.py | 29 +++
.../providers/edge3/plugins/www/package.json | 4 +-
.../providers/edge3/plugins/www/pnpm-lock.yaml | 232 ++++++++++-----------
.../unit/edge3/executors/test_edge_executor.py | 83 ++++++++
providers/fab/README.rst | 13 +-
providers/fab/docs/changelog.rst | 25 ++-
providers/fab/docs/index.rst | 13 +-
providers/fab/provider.yaml | 3 +-
providers/fab/pyproject.toml | 6 +-
.../fab/src/airflow/providers/fab/__init__.py | 2 +-
.../airflow/providers/google/cloud/links/base.py | 9 +
.../google/tests/system/google/ads/example_ads.py | 2 +-
.../example_cloud_logging_sink.py | 21 +-
.../example_dataproc_metastore_backup.py | 6 -
.../vertex_ai/example_vertex_ai_feature_store.py | 8 +-
.../marketing_platform/example_display_video.py | 2 +-
.../unit/google/cloud/links/test_base_link.py | 73 +++++++
providers/http/docs/index.rst | 1 +
providers/http/docs/triggers.rst | 143 +++++++++++++
.../src/airflow/providers/http/triggers/http.py | 126 +++++++++--
.../src/airflow/providers/http/version_compat.py | 1 +
.../http/tests/unit/http/triggers/test_http.py | 113 +++++++++-
.../providers/openlineage/plugins/openlineage.py | 26 +--
83 files changed, 1772 insertions(+), 806 deletions(-)
create mode 100644 providers/http/docs/triggers.rst