We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67df28c commit b4165e5Copy full SHA for b4165e5
samples/update_dataset_access.py
@@ -28,8 +28,8 @@ def update_dataset_access(dataset_id):
28
29
entry = bigquery.AccessEntry(
30
role="READER",
31
- entity_type="userByEmail",
32
- entity_id="sample.bigquery.dev@gmail.com",
+ entity_type="groupByEmail",
+ entity_id="cloud-developer-relations@google.com",
33
)
34
35
entries = list(dataset.access_entries)
0 commit comments