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 66c2d77da55 Added dabla as code owner of Microsoft Azure provider 
(#60159)
     add ce34da5454b Re-apply PriorityWeightStrategy SDK work (#60112)

No new revisions were added by this update.

Summary of changes:
 airflow-core/newsfragments/59780.significant.rst   |  9 +++
 .../plugins/decreasing_priority_weight_strategy.py |  5 +-
 airflow-core/src/airflow/models/taskinstance.py    |  5 +-
 airflow-core/src/airflow/plugins_manager.py        | 15 +---
 .../airflow/serialization/serialized_objects.py    | 18 +++--
 airflow-core/src/airflow/task/priority_strategy.py | 73 ++++++++-----------
 airflow-core/tests/unit/jobs/test_triggerer_job.py | 22 +++---
 .../tests/unit/models/test_mappedoperator.py       |  3 +-
 .../tests/unit/models/test_taskinstance.py         | 25 ++++---
 .../unit/serialization/test_dag_serialization.py   | 85 ++++++++++++++++------
 airflow-core/tests/unit/utils/test_db_cleanup.py   |  3 +-
 .../integration/celery/test_celery_executor.py     | 21 ++----
 .../cncf/kubernetes/cli/kubernetes_command.py      |  4 +-
 task-sdk/src/airflow/sdk/bases/operator.py         | 11 +--
 .../src/airflow/sdk/definitions/mappedoperator.py  |  8 +-
 task-sdk/tests/task_sdk/bases/test_operator.py     | 31 ++------
 16 files changed, 166 insertions(+), 172 deletions(-)
 create mode 100644 airflow-core/newsfragments/59780.significant.rst

Reply via email to