Lee-W commented on code in PR #38961:
URL: https://github.com/apache/airflow/pull/38961#discussion_r1566892855


##########
airflow/providers/google/common/hooks/base_google.py:
##########
@@ -454,6 +474,24 @@ def decorator(fun: T):
 
         return decorator
 
+    @staticmethod
+    def refresh_credentials_retry(*args, **kwargs) -> Callable[[T], T]:
+        """Provide a mechanism to repeat requests in response to a temporary 
refresh credential issue."""
+
+        def decorator(fun: T):

Review Comment:
   Nice. Thanks for the change!



-- 
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]

Reply via email to