Skip to content

Commit

Permalink
docs: update region tag for BQ storage quickstart (#148)
Browse files Browse the repository at this point in the history
Tag prefix is incorrect, associating this to the wrong API.
  • Loading branch information
shollyman authored Apr 7, 2021
1 parent c86746f commit 9e67d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-bigquery-storage/samples/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// description: Read data from a table via read stream.
// usage: node quickstart.js
async function main() {
// [START bigquery_storage_quickstart]
// [START bigquerystorage_quickstart]

// The read stream contains blocks of Avro-encoded bytes. We use the
// 'avsc' library to decode these blocks. Install avsc with the following
Expand Down Expand Up @@ -137,7 +137,7 @@ async function main() {
console.log(`Last offset: ${offset}`);
});
}
// [END bigquery_storage_quickstart]
// [END bigquerystorage_quickstart]
bigqueryStorageQuickstart();
}

Expand Down

0 comments on commit 9e67d3a

Please sign in to comment.