File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1102,7 +1102,8 @@ def test_manage_views(client, to_delete):
11021102 # from google.cloud import bigquery
11031103 # client = bigquery.Client()
11041104 # project = 'my-project'
1105- # source_dataset_ref = client.dataset('my_source_dataset')
1105+ # source_dataset_id = 'my_source_dataset'
1106+ # source_table_id = 'us_states'
11061107 # shared_dataset_ref = client.dataset('my_shared_dataset')
11071108
11081109 # This example shows how to create a shared view of a source table of
@@ -1123,7 +1124,8 @@ def test_manage_views(client, to_delete):
11231124 # from google.cloud import bigquery
11241125 # client = bigquery.Client()
11251126 # project = 'my-project'
1126- # source_dataset_ref = client.dataset('my_source_dataset')
1127+ # source_dataset_id = 'my_source_dataset'
1128+ # source_table_id = 'us_states'
11271129 # shared_dataset_ref = client.dataset('my_shared_dataset')
11281130
11291131 # This example shows how to update a shared view of a source table of
You can’t perform that action at this time.
0 commit comments