mik-laj commented on a change in pull request #10052:
URL: https://github.com/apache/airflow/pull/10052#discussion_r465942552



##########
File path: airflow/providers/amazon/aws/transfers/google_api_to_s3.py
##########
@@ -68,17 +69,28 @@ class GoogleApiToS3Operator(BaseOperator):
     :type s3_overwrite: bool
     :param gcp_conn_id: The connection ID to use when fetching connection info.
     :type gcp_conn_id: str
-    :param delegate_to: The account to impersonate, if any.
-        For this to work, the service account making the request must have
+    :param delegate_to: Goggle account to impersonate using domain-wide 
delegation of authority,
+        if any. For this to work, the service account making the request must 
have
         domain-wide delegation enabled.
     :type delegate_to: str
+    :type delegate_to: str

Review comment:
       ```suggestion
   ```




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to