Skip to content

Commit

Permalink
Add notes about reverting the change in GCSToGCSOperator (#40579)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Jul 3, 2024
1 parent 4d97461 commit 3583329
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions airflow/providers/google/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

10.20.0
.......

.. note::

The ``GCSToGCSOperator`` now retains the nested folder structure when moving or copying a single
object, aligning its behavior with the behavior for multiple objects. If this change impacts your
workflows, you may need to adjust your ``source_object`` parameter to include the full path up to
Expand All @@ -41,6 +51,11 @@ Changelog
``destination_object='folder/nested_folder/'``. This would move the file to ``'folder/nested_folder/file'``
instead of the fixed behavior of moving it to ``'folder/nested_folder/second_nested_folder/file'``.

.. warning::

The change above has been reverted in the 10.21.0 release. The behavior of the
``GCSToGCSOperator`` has been restored to the previous behavior.

Features
~~~~~~~~

Expand Down

0 comments on commit 3583329

Please sign in to comment.