Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2655a82

Browse files
authored
Region tag end typo (GoogleCloudPlatform#1536)
1 parent 79b2639 commit 2655a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigquery/cloud-client/authorized_view_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def run_authorized_view_tutorial():
9999
source_dataset.access_entries = access_entries
100100
source_dataset = client.update_dataset(
101101
source_dataset, ['access_entries']) # API request
102-
# [START bigquery_avt_source_dataset_access]
102+
# [END bigquery_avt_source_dataset_access]
103103
# [END bigquery_authorized_view_tutorial]
104104
return (source_dataset, shared_dataset)
105105

0 commit comments

Comments
 (0)