evgeniy-b opened a new issue, #63182: URL: https://github.com/apache/airflow/issues/63182
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers Starting from 18.1.0 ### Apache Airflow version 2.10.5 ### Operating System Linux ### Deployment Google Cloud Composer ### Deployment details _No response_ ### What happened https://github.com/apache/airflow/pull/37282 replaced BigQuery async client with sync hook + async wrapper in BigQueryAsyncHook. Recently, https://github.com/apache/airflow/pull/56363 reverted async wrapping leaving the sync hook in place which leads to sync execution in trigger. ### What you think should happen instead Two options: 1. BQ async client should be used if it supports the required functionality 2. Async wrapping should be used, e.g. `asgiref.sync.sync_to_async` ### How to reproduce The code is in the latest version. ### Anything else _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
