Skip to content

Commit

Permalink
Fix BQ dataset access test
Browse files Browse the repository at this point in the history
  • Loading branch information
obada-ab committed Dec 13, 2024
1 parent a7af1b3 commit 82b6996
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,11 @@ resource "google_bigquery_dataset" "access_test" {
access {
role = "OWNER"
user_by_email = "[email protected]"
}

access {
role = "READER"
user_by_email = "[email protected]"
condition {
title = "test-condition"
description = "Request after midnight of 2019-12-31"
Expand Down

0 comments on commit 82b6996

Please sign in to comment.