This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new ba11449293 handle deprecation warning in google system test (#36116)
ba11449293 is described below

commit ba1144929310da74d416f67571c7e01150973c89
Author: Elad Kalif <45845474+elad...@users.noreply.github.com>
AuthorDate: Fri Dec 8 08:08:56 2023 +0200

    handle deprecation warning in google system test (#36116)
---
 .../storage_transfer/example_cloud_storage_transfer_service_aws.py      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tests/system/providers/google/cloud/storage_transfer/example_cloud_storage_transfer_service_aws.py
 
b/tests/system/providers/google/cloud/storage_transfer/example_cloud_storage_transfer_service_aws.py
index c2fb4e5945..8a3ca54b69 100644
--- 
a/tests/system/providers/google/cloud/storage_transfer/example_cloud_storage_transfer_service_aws.py
+++ 
b/tests/system/providers/google/cloud/storage_transfer/example_cloud_storage_transfer_service_aws.py
@@ -113,7 +113,7 @@ with DAG(
     upload_file_to_s3 = GCSToS3Operator(
         task_id="upload_file_to_s3",
         gcp_user_project=GCP_PROJECT_ID,
-        bucket=EXAMPLE_BUCKET,
+        gcs_bucket=EXAMPLE_BUCKET,
         prefix=EXAMPLE_FILE,
         dest_s3_key=f"s3://{BUCKET_SOURCE_AWS}",
         replace=True,

Reply via email to