The GitHub Actions job "Tests AMD" on airflow.git/backport-from-55799 has 
failed.
Run started by GitHub user dstandish (triggered by dstandish).

Head commit for run:
805d7c2f73ab34c0bf2172cd0d5245c45a9c1f53 / Daniel Standish 
<[email protected]>
[v3-0-test] Handle trigger calls to get_connection #55799

In 2.x sometimes get_connection (which goes to the database) might be called 
without wrapping in sync_to_async.

This did not fail, though it was not good behavior, since it can block the 
event loop.

In 3.0, since we now route db calls through an API, triggers that do this fail. 
The reason is, the code to hit the API wraps the get_connection call with 
async_to_sync, which is forbidden in the asyncio event loop.

Related: #55568

(cherry picked from commit f5b1eb437f11bb2dedc2273d83894f8c868982c3)

Report URL: https://github.com/apache/airflow/actions/runs/17866587957

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to