This is an automated email from the ASF dual-hosted git repository.
utkarsharma pushed a change to branch v2-10-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 755781966f Update RELEASE_NOTES.rst
add dd296c5338 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 9c044ea2a2 include limit and offset in request body schema for List
task instances (batch) endpoint (#43479)
add 7aea4b56d7 Ensure total_entries in /api/v1/dags (#43377) (#43429)
add 898f332773 Fix broken stat scheduler_loop_duration (#42886) (#43544)
add c12e6284c1 Conditionally add OTEL events when processing executor
events (#43558) (#43567)
add 8e79c7a27f Fix TrySelector for Mapped Tasks in Logs and Details Grid
Panel (#43566)
add 7e86bf85d3 Mark all tasks as skipped when failing a dag_run manually
including t… (#43572)
add 08bbf89225 FIX: Don't raise a warning in ExecutorSafeguard when
execute is called from an extended operator (#42849) (#43577)
add 1c7fba76ec mark test_task_workflow_trigger_success as flaky (#42972)
(#43580)
add c99887ec11 Update RELEASE_NOTES.rst
No new revisions were added by this update.
Summary of changes:
RELEASE_NOTES.rst | 10 ++-
airflow/api/common/mark_tasks.py | 11 +++-
airflow/api_connexion/endpoints/dag_endpoint.py | 2 +-
.../endpoints/task_instance_endpoint.py | 1 +
airflow/api_connexion/openapi/v1.yaml | 9 +++
airflow/jobs/scheduler_job_runner.py | 27 ++++----
..._2_10_0_dag_schedule_dataset_alias_reference.py | 2 +-
airflow/models/baseoperator.py | 11 +++-
airflow/reproducible_build.yaml | 4 +-
airflow/www/static/js/api/useTIHistory.ts | 4 +-
airflow/www/static/js/types/api-generated.ts | 7 ++
docs/apache-airflow/img/airflow_erd.sha256 | 2 +-
tests/api_connexion/endpoints/test_dag_endpoint.py | 20 ++++++
.../endpoints/test_task_instance_endpoint.py | 50 +++++++++++++++
tests/models/test_baseoperatormeta.py | 24 ++++++-
tests/triggers/test_external_task.py | 1 +
tests/www/views/test_views_dagrun.py | 74 ++++++++++++++++++++++
17 files changed, 235 insertions(+), 24 deletions(-)