You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/12/03 18:13:59 UTC

[airflow] branch main updated: Remove google from the bucket name (#28064)

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

potiuk 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 0930d16718 Remove google from the bucket name (#28064)
0930d16718 is described below

commit 0930d16718e8bfa8509937de8fceb8dd04c7bec8
Author: Bartłomiej Hirsz <ba...@gmail.com>
AuthorDate: Sat Dec 3 19:13:49 2022 +0100

    Remove google from the bucket name (#28064)
    
    Change-Id: Ie981909e6d17de9c0f8fe7562d55422294dc97db
    
    Co-authored-by: Bartlomiej Hirsz <ba...@google.com>
---
 tests/system/providers/google/ads/example_ads.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/system/providers/google/ads/example_ads.py b/tests/system/providers/google/ads/example_ads.py
index 4ad986b861..2398943101 100644
--- a/tests/system/providers/google/ads/example_ads.py
+++ b/tests/system/providers/google/ads/example_ads.py
@@ -35,7 +35,7 @@ PROJECT_ID = os.environ.get("SYSTEM_TESTS_GCP_PROJECT")
 
 DAG_ID = "example_google_ads"
 
-BUCKET_NAME = f"bucket_{DAG_ID}_{ENV_ID}"
+BUCKET_NAME = f"bucket_ads_{ENV_ID}"
 CLIENT_IDS = ["1111111111", "2222222222"]
 GCS_OBJ_PATH = "folder_name/google-ads-api-results.csv"
 GCS_ACCOUNTS_CSV = "folder_name/accounts.csv"