Skip to content

Commit

Permalink
Fix system test for Memorystore Redis (apache#34343)
Browse files Browse the repository at this point in the history
  • Loading branch information
moiseenkov authored Sep 13, 2023
1 parent dbd6665 commit 53bb288
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@
catchup=False,
tags=["example"],
) as dag:
create_bucket = GCSCreateBucketOperator(task_id="create_bucket", bucket_name=BUCKET_NAME)
create_bucket = GCSCreateBucketOperator(
task_id="create_bucket", bucket_name=BUCKET_NAME, resource={"predefined_acl": "public_read_write"}
)

# [START howto_operator_create_instance]
create_instance = CloudMemorystoreCreateInstanceOperator(
Expand Down

0 comments on commit 53bb288

Please sign in to comment.