Skip to content

Commit

Permalink
chore: update system tests and samples to use and @google.com email a…
Browse files Browse the repository at this point in the history
…ddress (googleapis#942)

* chore: update system tests and samples to use and @google.com email address

* Add group prefix

* fixed access entry some more
  • Loading branch information
jimfulton authored and abdelmegahedgoogle committed Apr 17, 2023
1 parent 595c0ac commit b22c4fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/update_dataset_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def update_dataset_access(dataset_id):

entry = bigquery.AccessEntry(
role="READER",
entity_type="userByEmail",
entity_id="sample.bigquery.dev@gmail.com",
entity_type="groupByEmail",
entity_id="cloud-developer-relations@google.com",
)

entries = list(dataset.access_entries)
Expand Down

0 comments on commit b22c4fa

Please sign in to comment.