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 cfdf63ee0ac Adding deprecation notice for get_current_context in std 
provider (#50301)
     add c0694015677 Use latest bundle version when clearing / re-running dag 
(#50040)

No new revisions were added by this update.

Summary of changes:
 .../core_api/routes/public/task_instances.py       |   1 -
 airflow-core/src/airflow/models/baseoperator.py    |   2 +-
 airflow-core/src/airflow/models/dag.py             |   3 +-
 airflow-core/src/airflow/models/taskinstance.py    |  22 +-
 .../api_fastapi/core_api/routes/public/test_log.py |   2 +-
 .../core_api/routes/public/test_task_instances.py  |   3 +-
 airflow-core/tests/unit/models/test_backfill.py    |  57 +++-
 airflow-core/tests/unit/models/test_cleartasks.py  | 332 +++++++++------------
 airflow-core/tests/unit/models/test_dag.py         |  94 +++---
 .../tests/unit/models/test_mappedoperator.py       |  13 +-
 .../tests/unit/models/test_taskinstance.py         |  16 +-
 airflow-core/tests/unit/models/test_trigger.py     |   3 +
 .../tests/unit/standard/operators/test_python.py   |  75 +++--
 .../standard/sensors/test_external_task_sensor.py  |  22 +-
 14 files changed, 338 insertions(+), 307 deletions(-)

Reply via email to