diff --git a/bigquery/cloud-client/authorized_view_tutorial.py b/bigquery/cloud-client/authorized_view_tutorial.py index a6dff061200..c1465174b86 100644 --- a/bigquery/cloud-client/authorized_view_tutorial.py +++ b/bigquery/cloud-client/authorized_view_tutorial.py @@ -99,7 +99,7 @@ def run_authorized_view_tutorial(): source_dataset.access_entries = access_entries source_dataset = client.update_dataset( source_dataset, ['access_entries']) # API request - # [START bigquery_avt_source_dataset_access] + # [END bigquery_avt_source_dataset_access] # [END bigquery_authorized_view_tutorial] return (source_dataset, shared_dataset)