From cc6fd5c0d915e7f77feff70fef23519515b12083 Mon Sep 17 00:00:00 2001 From: Bugra Ozturk Date: Tue, 4 Apr 2023 04:33:32 +0200 Subject: [PATCH] Small quotation fix (#30448) Co-authored-by: bugraozturk --- airflow/providers/google/cloud/transfers/gcs_to_gcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/providers/google/cloud/transfers/gcs_to_gcs.py b/airflow/providers/google/cloud/transfers/gcs_to_gcs.py index fac851e8db845..aab6d22a4deb8 100644 --- a/airflow/providers/google/cloud/transfers/gcs_to_gcs.py +++ b/airflow/providers/google/cloud/transfers/gcs_to_gcs.py @@ -150,7 +150,7 @@ class GCSToGCSOperator(BaseOperator): ) The following Operator would move all the Avro files from ``sales/sales-2019`` - 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 ``data_backup`` bucket, deleting the original files in the process. :: move_files = GCSToGCSOperator(