This is an automated email from the ASF dual-hosted git repository.
utkarsharma pushed a change to branch sync_2-10-test-rc2
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 19613d133c Update RELEASE_NOTES.rst
omit 7970a465d8 Mark all tasks as skipped when failing a dag_run manually
including t… (#43572)
omit 6d6fd89afc Fix TrySelector for Mapped Tasks in Logs and Details Grid
Panel (#43566)
omit ed3011b2eb Conditionally add OTEL events when processing executor
events (#43558) (#43567)
omit 23a8cd1488 Fix broken stat scheduler_loop_duration (#42886) (#43544)
omit 8f82f6b454 Ensure total_entries in /api/v1/dags (#43377) (#43429)
omit 943bcb13e9 include limit and offset in request body schema for List
task instances (batch) endpoint (#43479)
omit 7f3af7a3fa This PR resolves an SQLAlchemy warning in the migration by
correctly setting the `alias_id` column as part of the primary key in the
`dag_schedule_dataset_alias_reference` table. Previously, only dag_id was
marked as the primary key, causing a mismatch with the local definition, which
triggered an SAWarning. (#43425)
omit 755781966f Update RELEASE_NOTES.rst
omit 0db817e9e8 Update Airflow version to 2.10.3
add ecca5a408c Update RELEASE_NOTES.rst
add de09828919 This PR resolves an SQLAlchemy warning in the migration by
correctly setting the `alias_id` column as part of the primary key in the
`dag_schedule_dataset_alias_reference` table. Previously, only dag_id was
marked as the primary key, causing a mismatch with the local definition, which
triggered an SAWarning. (#43425)
add 68cd5776a7 include limit and offset in request body schema for List
task instances (batch) endpoint (#43479)
add 97b8be6d99 Ensure total_entries in /api/v1/dags (#43377) (#43429)
add f7e28b81d0 Fix broken stat scheduler_loop_duration (#42886) (#43544)
add 8e60deadf3 Conditionally add OTEL events when processing executor
events (#43558) (#43567)
add 54befe765a Fix TrySelector for Mapped Tasks in Logs and Details Grid
Panel (#43566)
add 186619a42a Mark all tasks as skipped when failing a dag_run manually
including t… (#43572)
add 9d455d46b4 Update Airflow version to 2.10.3
add f6d25a6cb7 Update RELEASE_NOTES.rst
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 (19613d133c)
\
N -- N -- N refs/heads/sync_2-10-test-rc2 (f6d25a6cb7)
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: