File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
17
17
function main (
18
18
myDatasetId = 'my_dataset' , // Existing dataset
19
- myTableId = 'my_new_view ' , // View to be created
19
+ myTableId = 'my_shared_view ' , // View to be created
20
20
projectId = 'bigquery-public-data' , // Source GCP project ID
21
21
sourceDatasetId = 'usa_names' , // Source dataset ID
22
22
sourceTableId = 'usa_1910_current' //Source table ID
@@ -33,7 +33,7 @@ function main(
33
33
* TODO(developer): Uncomment the following lines before running the sample.
34
34
*/
35
35
// const myDatasetId = "my_dataset"
36
- // const myTableId = "my_table "
36
+ // const myTableId = "my_shared_view "
37
37
// const projectId = "bigquery-public-data";
38
38
// const sourceDatasetId = "usa_names"
39
39
// const sourceTableId = "usa_1910_current";
You canβt perform that action at this time.
0 commit comments