We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc0f20 commit cc6fd5cCopy full SHA for cc6fd5c
airflow/providers/google/cloud/transfers/gcs_to_gcs.py
@@ -150,7 +150,7 @@ class GCSToGCSOperator(BaseOperator):
150
)
151
152
The following Operator would move all the Avro files from ``sales/sales-2019``
153
- and ``sales/sales-2020` folder in ``data`` bucket to the same folder in the
+ and ``sales/sales-2020`` folder in ``data`` bucket to the same folder in the
154
``data_backup`` bucket, deleting the original files in the process. ::
155
156
move_files = GCSToGCSOperator(
0 commit comments