The GitHub Actions job "Tests AMD" on airflow.git/handle-bad-trigger-get-connection-behavior has failed. Run started by GitHub user dstandish (triggered by dstandish).
Head commit for run: b4314341a44ed0d10c38c38943439e353c73907e / Daniel Standish <[email protected]> Handle trigger calls to get_connection 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, this 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. Report URL: https://github.com/apache/airflow/actions/runs/17807618579 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
