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
discard ee13c47b5c Update RELEASE_NOTES.rst
discard 7fd484b63d Update Airflow version to 2.10.3
discard b8ab1cc043 Mark all tasks as skipped when failing a dag_run manually
including t… (#43572)
discard 503f088f3a Fix TrySelector for Mapped Tasks in Logs and Details Grid
Panel (#43566)
discard 691240917d Conditionally add OTEL events when processing executor
events (#43558) (#43567)
discard 5854ff060c Fix broken stat scheduler_loop_duration (#42886) (#43544)
discard 23370b5699 Ensure total_entries in /api/v1/dags (#43377) (#43429)
discard 39e666bc9e include limit and offset in request body schema for List
task instances (batch) endpoint (#43479)
discard db731d5cd5 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 0db817e9e8 Update Airflow version to 2.10.3
add 755781966f Update RELEASE_NOTES.rst
add 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)
add 943bcb13e9 include limit and offset in request body schema for List
task instances (batch) endpoint (#43479)
add 8f82f6b454 Ensure total_entries in /api/v1/dags (#43377) (#43429)
add 23a8cd1488 Fix broken stat scheduler_loop_duration (#42886) (#43544)
add ed3011b2eb Conditionally add OTEL events when processing executor
events (#43558) (#43567)
add 6d6fd89afc Fix TrySelector for Mapped Tasks in Logs and Details Grid
Panel (#43566)
add 7970a465d8 Mark all tasks as skipped when failing a dag_run manually
including t… (#43572)
add 19613d133c 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 (ee13c47b5c)
\
N -- N -- N refs/heads/sync_2-10-test-rc2 (19613d133c)
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: