-
Notifications
You must be signed in to change notification settings - Fork 309
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
chore: merge changes from master #872
Merged
Merged
Changes from 3 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
3b70891
chore: protect v3.x.x branch (#816)
tswast 3c1be14
fix: no longer raise a warning in `to_dataframe` if `max_results` set…
plamut fe7a902
feat: Update proto definitions for bigquery/v2 to support new proto f…
gcf-owl-bot[bot] 02bbdae
chore: release 2.23.0 (#819)
release-please[bot] 42b66d3
chore(deps): update dependency google-cloud-bigquery to v2.23.0 (#820)
renovate-bot d9378af
fix: `insert_rows()` accepts float column values as strings again (#824)
plamut a505440
chore: release 2.23.1 (#825)
release-please[bot] c541c69
chore: add second protection rule for v3 branch (#828)
tswast 48e8a35
chore(deps): update dependency google-cloud-bigquery to v2.23.1 (#827)
renovate-bot d8c25ac
test: retry getting rows after streaming them in `test_insert_rows_fr…
tswast 8149d9e
chore(deps): update dependency pyarrow to v5 (#834)
renovate-bot b9349ad
chore(deps): update dependency google-cloud-bigquery-storage to v2.6.…
renovate-bot 80e3a61
deps: expand pyarrow pins to support 5.x releases (#833)
plamut 40ef77f
chore: release 2.23.2 (#835)
release-please[bot] 55687b8
chore(deps): update dependency google-auth-oauthlib to v0.4.5 (#839)
renovate-bot 85ce81c
chore(deps): update dependency google-cloud-bigquery to v2.23.2 (#838)
renovate-bot 20df24b
chore(deps): update dependency google-cloud-testutils to v1 (#845)
renovate-bot 7016f69
chore: require CODEOWNER review and up to date branches (#846)
busunkim96 cf0b0d8
chore: add api-bigquery as a samples owner (#852)
busunkim96 30770fd
fix: increase default retry deadline to 10 minutes (#859)
tswast e2cbcaa
process: add yoshi-python to samples CODEOWNERS (#858)
plamut 9694a4d
chore: release 2.23.3 (#860)
release-please[bot] 9c6614f
chore(deps): update dependency google-cloud-bigquery to v2.23.3 (#866)
renovate-bot 7f7b1a8
feat: add support for transaction statistics (#849)
plamut 443b8ab
chore(deps): update dependency google-cloud-bigquery-storage to v2.6.…
renovate-bot aee814c
chore: fix INSTALL_LIBRARY_FROM_SOURCE in noxfile.py (#869)
gcf-owl-bot[bot] c1a3d44
feat: make the same `Table*` instances equal to each other (#867)
plamut 93d15e2
feat: support `ScalarQueryParameterType` for `type_` argument in `Sca…
tswast 75d54e6
Merge remote-tracking branch 'upstream/master' into v3-sync
tswast 519d99c
feat: retry failed query jobs in `result()` (#837)
jimfulton ad9c802
fix: make unicode characters working well in load_table_from_json (#865)
grimmer0125 57d79ce
Merge remote-tracking branch 'upstream/master' into v3-sync
tswast cf6f0e9
chore: release 2.24.0 (#868)
release-please[bot] c44d45b
chore(deps): update dependency google-cloud-bigquery to v2.24.0 (#873)
renovate-bot 02bb6fd
Merge remote-tracking branch 'upstream/master' into v3-sync
tswast a00d724
chore: remove duplicate warning from bad merge
tswast File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
geojson==2.5.0 | ||
google-cloud-bigquery==2.23.3 | ||
google-cloud-bigquery==2.24.0 | ||
google-cloud-bigquery-storage==2.6.3 | ||
Shapely==1.7.1 |
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
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.
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.
Thing thing got deleted by the bot (again), but it's an issue on
master
and will have to be fixed there.