Skip to content

Commit b4165e5

Browse files
Jim Fultonparthea
authored andcommitted
chore: update system tests and samples to use and @google.com email address (#942)
* chore: update system tests and samples to use and @google.com email address * Add group prefix * fixed access entry some more
1 parent 67df28c commit b4165e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/update_dataset_access.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ def update_dataset_access(dataset_id):
2828

2929
entry = bigquery.AccessEntry(
3030
role="READER",
31-
entity_type="userByEmail",
32-
entity_id="sample.bigquery.dev@gmail.com",
31+
entity_type="groupByEmail",
32+
entity_id="cloud-developer-relations@google.com",
3333
)
3434

3535
entries = list(dataset.access_entries)

0 commit comments

Comments
 (0)