uranusjr commented on code in PR #32356:
URL: https://github.com/apache/airflow/pull/32356#discussion_r1253998420


##########
airflow/providers/google/common/hooks/base_google.py:
##########
@@ -497,8 +488,11 @@ def wrapper(self: GoogleBaseHook, *args, **kwargs):
     @contextmanager
     def provide_gcp_credential_file_as_context(self) -> Generator[str | None, 
None, None]:
         """
-        Context manager that provides a Google Cloud credentials for 
application supporting `Application
-        Default Credentials (ADC) strategy 
<https://cloud.google.com/docs/authentication/production>`__.
+        Provides a Google Cloud credentials for Application Default 
Credentials (ADC) strategy support.
+
+        See:
+            `Application Default Credentials (ADC)
+            strategy 
<https://cloud.google.com/docs/authentication/production>`__.

Review Comment:
   Use `.. seealso::` for 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]

Reply via email to