Skip to content

Commit

Permalink
Improve GCS system test envs (#13946)
Browse files Browse the repository at this point in the history
The same bucket cannot be used as source and destination
  • Loading branch information
Tobiasz Kędzierski committed Jan 28, 2021
1 parent acc9da9 commit 823741c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/google/cloud/example_dags/example_gcs.py
Expand Up @@ -44,7 +44,7 @@
GCS_ACL_BUCKET_ROLE = "OWNER"
GCS_ACL_OBJECT_ROLE = "OWNER"

BUCKET_2 = os.environ.get("GCP_GCS_BUCKET_1", "test-gcs-example-bucket-2")
BUCKET_2 = os.environ.get("GCP_GCS_BUCKET_2", "test-gcs-example-bucket-2")

PATH_TO_TRANSFORM_SCRIPT = os.environ.get('GCP_GCS_PATH_TO_TRANSFORM_SCRIPT', 'test.py')
PATH_TO_UPLOAD_FILE = os.environ.get("GCP_GCS_PATH_TO_UPLOAD_FILE", "test-gcs-example.txt")
Expand Down

0 comments on commit 823741c

Please sign in to comment.