kaxil commented on a change in pull request #4008: [AIRFLOW-3155] Add ability 
to filter by a last modified time in 
GoogleCloudStorageToGoogleCloudStorageOperator
URL: https://github.com/apache/incubator-airflow/pull/4008#discussion_r224923649
 
 

 ##########
 File path: airflow/contrib/operators/gcs_to_gcs.py
 ##########
 @@ -62,6 +63,11 @@ class 
GoogleCloudStorageToGoogleCloudStorageOperator(BaseOperator):
         For this to work, the service account making the request must have
         domain-wide delegation enabled.
     :type delegate_to: str
+    :param filter_by_last_modified: When True, only copies/moves source 
object(s)
+        that were last modified after last_modified_time
+    :type: bool
 
 Review comment:
   This is not the correct way to mention datatype. It should be 
   
   ```
   :type filter_by_last_modified: bool
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to