This is an automated email from the ASF dual-hosted git repository.

vatsrahul1001 pushed a change to branch backport-1e2ad80-v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 074ddfc9408 [v3-3-test] Detect Dag subclasses in the Dag version 
inflation check (#72861)
     add 3b6f63eef97 Fix DagProcessorJob crash on orphan processor kill 
(#69523) (#72888)
     add 7596ff40284 Fix DeadlockImminentError when a connection is resolved 
inside an async task (#71890) (#72895)
     add bfdeb1e63a4 Merge branch 'v3-3-test' into backport-1e2ad80-v3-3-test

No new revisions were added by this update.

Summary of changes:
 airflow-core/src/airflow/dag_processing/manager.py |   6 +-
 .../src/airflow/dag_processing/processor.py        |  14 ++-
 .../tests/unit/dag_processing/test_manager.py      |  67 ++++++++++++
 .../ssh/tests/unit/ssh/hooks/test_ssh_async.py     |   8 +-
 task-sdk/docs/deferred-vs-async-operators.rst      |   2 +-
 task-sdk/src/airflow/sdk/definitions/connection.py |  43 +++++++-
 task-sdk/src/airflow/sdk/execution_time/context.py |  11 +-
 .../src/airflow/sdk/execution_time/supervisor.py   |  55 +++++++++-
 .../tests/task_sdk/definitions/test_connection.py  |  52 +++++++++
 .../tests/task_sdk/execution_time/test_context.py  |  37 +++++++
 .../task_sdk/execution_time/test_supervisor.py     | 116 +++++++++++++++++++++
 11 files changed, 395 insertions(+), 16 deletions(-)

Reply via email to