The GitHub Actions job "Tests" on airflow.git/fix/issue-63182 has succeeded.
Run started by GitHub user YoannAbriel (triggered by YoannAbriel).

Head commit for run:
9000b29dda890284cffea36ff2643f6ffade7fc4 / Yoann Abriel <[email protected]>
fix(providers/google): wrap sync get_job with sync_to_async in BigQueryAsyncHook

BigQueryAsyncHook._get_job() calls sync_hook.get_job() directly, blocking
the event loop in triggers. This is a regression from #56363 which removed
the async wrapping but left the sync call in place.

Wrap with asgiref.sync_to_async to run the blocking call in a thread.

Fixes apache/airflow#63182

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

With regards,
GitHub Actions via GitBox


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

Reply via email to