olegkachur-e commented on code in PR #72302:
URL: https://github.com/apache/airflow/pull/72302#discussion_r4007363386
##########
providers/google/tests/unit/google/cloud/transfers/test_gcs_to_gcs.py:
##########
@@ -1204,3 +1207,95 @@ def test_copy_single_file_without_retention(self,
mock_hook):
DESTINATION_BUCKET,
SOURCE_OBJECT_NO_WILDCARD,
)
+
+ #
---------------------------------------------------------------------------
+ # Regression tests for GCSToGCSOperator(move_object=True) idempotency
+ # See: https://github.com/apache/airflow/issues/<issue-number>
Review Comment:
What is the issue number of the regression?
--
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]