You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/08/05 19:07:01 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #10052: Add impersonation to google operators

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



##########
File path: airflow/providers/amazon/aws/transfers/gcs_to_s3.py
##########
@@ -45,8 +45,8 @@ class GCSToS3Operator(GCSListObjectsOperator):
     :param google_cloud_storage_conn_id: (Deprecated) The connection ID used to connect to Google Cloud
         Platform. This parameter has been deprecated. You should pass the gcp_conn_id parameter instead.
     :type google_cloud_storage_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,

Review comment:
       ```suggestion
       :param delegate_to: Google account to impersonate using domain-wide delegation of authority,
   ```




----------------------------------------------------------------
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:
users@infra.apache.org