bkvarda 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_r225011205
##########
File path: airflow/contrib/operators/gcs_to_gcs.py
##########
@@ -62,6 +62,8 @@ class
GoogleCloudStorageToGoogleCloudStorageOperator(BaseOperator):
For this to work, the service account making the request must have
domain-wide delegation enabled.
:type delegate_to: str
+ :param last_modified_time: Timestamp in GMT to filter source object(s)
Review comment:
@kaxil Good catch, I need to use UTC instead of GMT but I should also
clarify the behavior in the docs. By default if there is no tzinfo
`is_updated_after()` [sets tzinfo to
UTC.](https://github.com/apache/incubator-airflow/blob/master/airflow/contrib/hooks/gcs_hook.py#L269)
I'll update to better describe this behavior.
----------------------------------------------------------------
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