Skip to content

Commit 1002dee

Browse files
authored
fix: change view name to match sample comments (#1207)
1 parent 71dbed2 commit 1002dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

β€Žsamples/createView.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
function main(
1818
myDatasetId = 'my_dataset', // Existing dataset
19-
myTableId = 'my_new_view', // View to be created
19+
myTableId = 'my_shared_view', // View to be created
2020
projectId = 'bigquery-public-data', // Source GCP project ID
2121
sourceDatasetId = 'usa_names', // Source dataset ID
2222
sourceTableId = 'usa_1910_current' //Source table ID
@@ -33,7 +33,7 @@ function main(
3333
* TODO(developer): Uncomment the following lines before running the sample.
3434
*/
3535
// const myDatasetId = "my_dataset"
36-
// const myTableId = "my_table"
36+
// const myTableId = "my_shared_view"
3737
// const projectId = "bigquery-public-data";
3838
// const sourceDatasetId = "usa_names"
3939
// const sourceTableId = "usa_1910_current";

0 commit comments

Comments
 (0)