VladaZakharova commented on PR #56363: URL: https://github.com/apache/airflow/pull/56363#issuecomment-3405578325
> LGTM :) @VladaZakharova just making sure, are we good with the definition of the min. version of gcloud-aio-bigquery? > > Edit: It seems that we need to increase the min. version of gcloud-aio-bigquery to at least 7.1.0, when the location patch was released. This change was made to remove using event_loop inside the code. Since in Airflow recently was added ability to support async_to_sync without using event_loop, there is no need now here in the bq hook to use this event_loop call at all. So the change was made here not because of the library update, but because in Airflow now it is possible to avoid creation of event_loop every time we need to create sync call. -- 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]
