This is an automated email from the ASF dual-hosted git repository.
vatsrahul1001 pushed a change to branch backport-a9f6c89-v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
from cdd6411a5e0 [v3-3-test] Return 404 instead of 500 when ti_run cannot
find the DagRun (#72890)
add 7596ff40284 Fix DeadlockImminentError when a connection is resolved
inside an async task (#71890) (#72895)
add 0b877eace33 Merge branch 'v3-3-test' into backport-a9f6c89-v3-3-test
No new revisions were added by this update.
Summary of changes:
.../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 ++++-
.../tests/task_sdk/definitions/test_connection.py | 52 ++++++++++++++++++++++
.../tests/task_sdk/execution_time/test_context.py | 37 +++++++++++++++
6 files changed, 144 insertions(+), 9 deletions(-)