File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ def grant_access(
147
147
# Make an API request to get the view dataset ACLs.
148
148
view_dataset = client .get_dataset (view_dataset_id )
149
149
150
- analyst_group_email = "data_analysts@ example.com"
150
+ analyst_group_email = "example-analyst-group@google .com"
151
151
# [END bigquery_grant_view_access]
152
152
# To facilitate testing, we replace values with alternatives
153
153
# provided by the testing harness.
Original file line number Diff line number Diff line change @@ -114,7 +114,6 @@ def test_view(
114
114
115
115
project_id , dataset_id , table_id = view_id .split ("." )
116
116
overrides : view .OverridesDict = {
117
- "analyst_group_email" : "cloud-dpes-bigquery@google.com" ,
118
117
"view_dataset_id" : view_dataset_id ,
119
118
"source_dataset_id" : source_dataset_id ,
120
119
"view_reference" : {
@@ -127,5 +126,5 @@ def test_view(
127
126
assert len (view_dataset .access_entries ) != 0
128
127
assert len (source_dataset .access_entries ) != 0
129
128
out , _ = capsys .readouterr ()
130
- assert "cloud-dpes-bigquery @google.com" in out
129
+ assert "example-analyst-group @google.com" in out
131
130
assert table_id in out
You can’t perform that action at this time.
0 commit comments