This is an automated email from the ASF dual-hosted git repository.
uranusjr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 2dec92c657c Move newsfragment about secret backends on workers to
AIP-72 one (#48069)
add 5eca6c6aa78 Calculate retry eligibility before task runs (#47996)
No new revisions were added by this update.
Summary of changes:
.../execution_api/datamodels/taskinstance.py | 24 +++-
.../execution_api/routes/task_instances.py | 31 +++---
airflow-core/src/airflow/models/taskinstance.py | 3 +-
airflow-core/src/airflow/utils/state.py | 1 -
.../execution_api/routes/test_task_instances.py | 123 ++++++---------------
.../unit/openlineage/extractors/test_manager.py | 1 +
.../unit/openlineage/plugins/test_listener.py | 1 +
task-sdk/src/airflow/sdk/api/client.py | 1 +
.../src/airflow/sdk/api/datamodels/_generated.py | 15 ++-
task-sdk/src/airflow/sdk/execution_time/comms.py | 9 +-
.../src/airflow/sdk/execution_time/task_runner.py | 58 ++++++----
task-sdk/tests/conftest.py | 1 +
task-sdk/tests/task_sdk/api/test_client.py | 1 +
.../task_sdk/execution_time/test_supervisor.py | 17 +--
.../task_sdk/execution_time/test_task_runner.py | 4 +-
15 files changed, 141 insertions(+), 149 deletions(-)