-
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
fix(bigquery): fetch dst table for jobs when readings with Storage API #7325
Merged
gcf-merge-on-green
merged 6 commits into
googleapis:main
from
alvarowolfx:bq-fix-read-job-storage-api
Jan 30, 2023
Merged
fix(bigquery): fetch dst table for jobs when readings with Storage API #7325
gcf-merge-on-green
merged 6 commits into
googleapis:main
from
alvarowolfx:bq-fix-read-job-storage-api
Jan 30, 2023
Conversation
This file contains 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
product-auto-label
bot
added
size: s
Pull request size is small.
api: bigquery
Issues related to the BigQuery API.
labels
Jan 30, 2023
alvarowolfx
requested review from
Neenu1995 and
shollyman
and removed request for
Neenu1995
January 30, 2023 17:36
shollyman
approved these changes
Jan 30, 2023
alvarowolfx
added
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Jan 30, 2023
gcf-merge-on-green
bot
removed
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Jan 30, 2023
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Pay the cost of re-fetching job information when using the Storage API, to guarantee availability of Destination Table. Some cases were not covered before, like when the Job take a long time to run.
Fixes #7322