dondaum commented on code in PR #38961:
URL: https://github.com/apache/airflow/pull/38961#discussion_r1566849732
##########
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:
Changed. Changed also for all other decorator in `base_google.py`
--
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]