gopidesupavan commented on issue #53447: URL: https://github.com/apache/airflow/issues/53447#issuecomment-3083747404
hm the problem is self.get_connection call is being made as sync call . one solution to is to change self.get_connection to async may be updating the GoogleBaseAsyncHook with sync_to_async(self.get_connection) like this. -- 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]
