-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(bigquery): add support for session in load jobs #7418
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR looks good, but please take a quick pass through our various doc comments to ensure we're adequately capturing the new usage of sessions and connection properties.
For example, https://github.com/googleapis/google-cloud-go/blob/main/bigquery/query.go#L490 describes ConnectionProperty only in the context of a query request, and this changes it to be a load or query.
🤖 I have created a release *beep* *boop* --- ## [1.47.0](https://togithub.com/googleapis/google-cloud-go/compare/bigquery/v1.46.0...bigquery/v1.47.0) (2023-02-22) ### Features * **bigquery/storage:** Add default_value_expression to TableFieldSchema ([#7400](https://togithub.com/googleapis/google-cloud-go/issues/7400)) ([1244b3f](https://togithub.com/googleapis/google-cloud-go/commit/1244b3f63338ffe7af9051fd368b6b81ca63ff37)) * **bigquery:** Add support for session in load jobs ([#7418](https://togithub.com/googleapis/google-cloud-go/issues/7418)) ([f9ff2ca](https://togithub.com/googleapis/google-cloud-go/commit/f9ff2ca3a01736b049873ff43005626e8c06e6b2)) ### Bug Fixes * **bigquery:** Avoid double-channel-close during context cancellation ([#7467](https://togithub.com/googleapis/google-cloud-go/issues/7467)) ([ca4b2ef](https://togithub.com/googleapis/google-cloud-go/commit/ca4b2efbda670566f2cfed4eacd559f31cf460ff)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Towards internal b/268630262