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 2022/02/08 19:43:55 UTC

[GitHub] [airflow] eladkal commented on a change in pull request #21391: Optionally raise an error if source file does not exist in GCSToGCSOperator

eladkal commented on a change in pull request #21391:
URL: https://github.com/apache/airflow/pull/21391#discussion_r801997888



##########
File path: airflow/providers/google/cloud/transfers/gcs_to_gcs.py
##########
@@ -90,6 +90,9 @@ class GCSToGCSOperator(BaseOperator):
         If set as a sequence, the identities from the list must grant
         Service Account Token Creator IAM role to the directly preceding identity, with first
         account from the list granting this role to the originating account (templated).
+    :param source_object_required: When source_object_required is True, if you want to copy / move a specific blob
+        and it doesn't exist, an exception is raised and the task is marked as failed.
+        This parameter doesn't have any effect when the source_object that you pass is a folder or pattern.

Review comment:
       can we simplify it? `When ___ is true, if ....` is a sentence that is hard to follow.
   You need to fix the sentence any way as it fails the static checks (line to long) so please try to simplify it.




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org