The GitHub Actions job "Tests AMD" on airflow.git/main has failed. Run started by GitHub user potiuk (triggered by potiuk).
Head commit for run: 175da03afe9bad967cf6d8c01bd246b6518f41ee / Morgan <[email protected]> 🩹 fix: Use GoogleBaseAsyncHook (#55316) When run with `deferrable=True`, the `CloudRunExecuteJobOperator` fails with the error `You cannot use AsyncToSync in the same thread as an async event loop - just await the async function directly` This is because the `__init__` method of the GoogleBaseHook makes a blocking call to retrieve extra details for the connection. Inheriting from the existing GoogleBaseAsyncHook in the `CloudRunAsyncHook` prevents this issue. Co-authored-by: Morgan Kerle <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/17511720073 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
