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 36ae3817c8e Display responder username for better audit. (#55509)
     add bf36a6c292b Remove SDK dependency from SerializedDAG (#55538)

No new revisions were added by this update.

Summary of changes:
 .../api_fastapi/core_api/datamodels/dags.py        |   7 +-
 .../core_api/routes/public/extra_links.py          |   9 +-
 .../execution_api/routes/task_instances.py         |   9 +-
 .../src/airflow/cli/commands/task_command.py       |  10 +-
 .../src/airflow/jobs/scheduler_job_runner.py       |   9 +-
 airflow-core/src/airflow/models/dagrun.py          |  14 +-
 airflow-core/src/airflow/models/mappedoperator.py  |   4 +
 airflow-core/src/airflow/models/taskinstance.py    |  13 +-
 airflow-core/src/airflow/models/xcom_arg.py        |   5 +-
 .../airflow/serialization/definitions/taskgroup.py |   3 +-
 .../airflow/serialization/serialized_objects.py    | 156 ++++++++++++++++++---
 airflow-core/src/airflow/ti_deps/dep_context.py    |   8 +-
 airflow-core/src/airflow/utils/dag_edges.py        |   4 +-
 airflow-core/src/airflow/utils/dot_renderer.py     |   4 +-
 airflow-core/tests/unit/models/test_dag.py         |  11 +-
 airflow-core/tests/unit/models/test_dagrun.py      |  15 +-
 .../unit/serialization/test_dag_serialization.py   |   6 +-
 .../fab/auth_manager/security_manager/override.py  |   5 +-
 .../openlineage/utils/selective_enable.py          |   6 +-
 .../airflow/providers/openlineage/utils/utils.py   |  31 ++--
 .../tests/unit/standard/operators/test_datetime.py |  10 +-
 .../standard/sensors/test_external_task_sensor.py  |   3 +-
 task-sdk/src/airflow/sdk/bases/operator.py         |   6 +-
 task-sdk/src/airflow/sdk/definitions/dag.py        |   7 +-
 24 files changed, 237 insertions(+), 118 deletions(-)

Reply via email to