feat: BigQuery Storage v1beta1 API migration guide#4352
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces migration guides for transitioning the BigQuery Storage API from v1beta1 to v1 in JavaScript and TypeScript. The review feedback suggests adding safety checks in the JavaScript guide to prevent potential runtime errors when accessing streams, and correcting code comments in both guides that incorrectly reference a rowCount property on avroRows instead of the top-level response object.
|
@iennae Do you mind assigning this to someone appropriate? I need to take myself off the sample reviewers list, I think. |
|
Hmm that's strange. https://github.com/orgs/GoogleCloudPlatform/teams/bigquery-readapi-team clearly exists |
|
Thank you! Can you please help me merge this PR? I don't have the permission to do so... |
Description
Fixes b/505001153. BigQuery Storage team is planning to deprecate v1beta1 API. This PR adds a migration guide from v1beta1 to v1.
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
Checklist
npm test(see Testing)npm run lint(see Style)GoogleCloudPlatform/nodejs-docs-samples. Not a fork.