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 30a23e57da8 Update selective checks to run core tests when 
serialization files changes (#54423)
     add 569599ab4fc Remove SDK BaseOperator in TaskInstance (#53223)

No new revisions were added by this update.

Summary of changes:
 airflow-core/src/airflow/api/common/mark_tasks.py  |  38 ++--
 .../src/airflow/cli/commands/task_command.py       |  23 +-
 .../src/airflow/jobs/scheduler_job_runner.py       |  12 +-
 airflow-core/src/airflow/models/dag.py             |  16 +-
 airflow-core/src/airflow/models/dagrun.py          |  35 +--
 airflow-core/src/airflow/models/taskinstance.py    | 248 +++++----------------
 airflow-core/src/airflow/models/taskmap.py         |  16 +-
 .../airflow/serialization/serialized_objects.py    |  34 ++-
 airflow-core/src/airflow/ti_deps/dep_context.py    |  14 +-
 .../src/airflow/ti_deps/deps/trigger_rule_dep.py   |   8 +-
 airflow-core/src/airflow/utils/dag_edges.py        |  18 +-
 .../core_api/routes/public/test_task_instances.py  |   6 +-
 .../versions/head/test_task_instances.py           |   2 +-
 airflow-core/tests/unit/decorators/test_mapped.py  |   4 +-
 airflow-core/tests/unit/models/test_backfill.py    |   4 +-
 airflow-core/tests/unit/models/test_dag.py         |  10 +-
 airflow-core/tests/unit/models/test_dagrun.py      |  11 +-
 .../tests/unit/models/test_mappedoperator.py       |  31 ++-
 .../tests/unit/models/test_renderedtifields.py     |   8 +-
 .../tests/unit/models/test_taskinstance.py         |  33 ++-
 airflow-core/tests/unit/models/test_xcom_arg.py    |   6 +-
 .../unit/serialization/test_serialized_objects.py  |  11 +-
 .../unit/ti_deps/deps/test_trigger_rule_dep.py     |  22 +-
 devel-common/src/tests_common/pytest_plugin.py     |   5 +-
 .../src/tests_common/test_utils/mapping.py         |   9 +-
 .../unit/openlineage/plugins/test_listener.py      |  38 +++-
 .../tests/unit/standard/decorators/test_python.py  |  35 +--
 task-sdk/src/airflow/sdk/definitions/dag.py        |  26 ++-
 .../src/airflow/sdk/execution_time/task_runner.py  |  95 +++++++-
 29 files changed, 444 insertions(+), 374 deletions(-)

Reply via email to