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_r224923730
##########
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
+ :param last_modified_time: Timestamp in GMT to filter source object(s)
+ :type datetime
Review comment:
Same here.
```
:type last_modified_time: datetime
```
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services