This is an automated email from the ASF dual-hosted git repository.

weilee pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from b8e431ff071 PartitionMapper, IdentityMapper, PartitionedAssetTimetable 
- core / task-sdk separation (#60204)
     add d98a20a09b5 Reschedule tasks on worker startup Dag load failures 
instead of exiting (#59604)

No new revisions were added by this update.

Summary of changes:
 .../src/airflow/config_templates/config.yml        | 27 +++++++
 airflow-core/src/airflow/models/taskinstance.py    | 12 +++
 .../src/airflow/ti_deps/deps/base_ti_dep.py        |  3 +-
 .../airflow/ti_deps/deps/ready_to_reschedule.py    | 31 +++++---
 .../ti_deps/deps/test_ready_to_reschedule_dep.py   | 16 ++--
 .../src/airflow/sdk/execution_time/task_runner.py  | 48 +++++++++++-
 .../task_sdk/execution_time/test_task_runner.py    | 89 +++++++++++++++++++++-
 7 files changed, 201 insertions(+), 25 deletions(-)

Reply via email to