ahidalgob commented on code in PR #40579: URL: https://github.com/apache/airflow/pull/40579#discussion_r1665502341
########## airflow/providers/google/CHANGELOG.rst: ########## @@ -27,10 +27,20 @@ Changelog --------- +10.21.0 +....... + +.. note:: + + The change ``Fix 'GCSToGCSOperator' behavior difference for moving single object (#40162)`` has + been reverted as it turned out to break too much existing workflows. The behavior of the + ``GCSToGCSOperator`` has been restored to the previous behavior. Review Comment: @MaksYermak please also improve the system test (`example_gcs_to_gcs.py`), currently we just run the operator but don't check if the destination file is what we expect, we could at least check if the file exist in the expected path. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
