fix(bigquery): create/update an isolated dataset for collation feature#7256
Merged
gcf-merge-on-green[bot] merged 2 commits intogoogleapis:mainfrom Jan 17, 2023
Merged
Conversation
shollyman
approved these changes
Jan 13, 2023
Contributor
shollyman
left a comment
There was a problem hiding this comment.
This addresses the manipulation of the main test dataset. Do we still have the issue of the feature enablement in the pool projects or was all the noise just this?
gcf-merge-on-green Bot
pushed a commit
that referenced
this pull request
Feb 7, 2023
🤖 I have created a release *beep* *boop* --- ## [1.46.0](https://togithub.com/googleapis/google-cloud-go/compare/bigquery/v1.45.0...bigquery/v1.46.0) (2023-02-06) ### Features * **bigquery:** Add dataset/table collation ([#7235](https://togithub.com/googleapis/google-cloud-go/issues/7235)) ([9f7bbeb](https://togithub.com/googleapis/google-cloud-go/commit/9f7bbeb466bd7572544c4178a33370a25b5f1496)) * **bigquery:** Use storage api for query jobs ([#6822](https://togithub.com/googleapis/google-cloud-go/issues/6822)) ([26c04f4](https://togithub.com/googleapis/google-cloud-go/commit/26c04f4cd5083b4aa3c219500572d3af2f291645)) ### Bug Fixes * **bigquery:** Create/update an isolated dataset for collation feature ([#7256](https://togithub.com/googleapis/google-cloud-go/issues/7256)) ([b371558](https://togithub.com/googleapis/google-cloud-go/commit/b3715585aa6892fc41a29027694c72f31390441a)) * **bigquery:** Fetch dst table for jobs when readings with Storage API ([#7325](https://togithub.com/googleapis/google-cloud-go/issues/7325)) ([0bf80d7](https://togithub.com/googleapis/google-cloud-go/commit/0bf80d72a893755adefdead900e8990ed53d9627)), refs [#7322](https://togithub.com/googleapis/google-cloud-go/issues/7322) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
This was referenced Feb 14, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves flaky tests from #7254