-
Notifications
You must be signed in to change notification settings - Fork 322
chore: sync v3 branch with main #996
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
Merged
Merged
Changes from 89 commits
Commits
Show all changes
90 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 519d99c
feat: retry failed query jobs in `result()` (#837)
ad9c802
fix: make unicode characters working well in load_table_from_json (#865)
grimmerk 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 e3704c3
test: refactor `list_rows` tests and add test for scalars (#829)
tswast cd21df1
chore: drop mention of Python 2.7 from templates (#877)
gcf-owl-bot[bot] 2cb3563
fix: remove pytz dependency and require pyarrow>=3.0.0 (#875)
busunkim96 936660b
chore: release 2.24.1 (#879)
release-please[bot] 5c5b4b8
chore(deps): update dependency google-cloud-bigquery to v2.24.1 (#887)
renovate-bot 16f65e6
feat: Support using GeoPandas for GEOGRAPHY columns (#848)
aa4876e
test: Add test of datetime and time pandas load (#895)
f319d25
chore: release 2.25.0 (#898)
release-please[bot] fbbf72c
chore(deps): update dependency numpy to v1.21.2 (#899)
renovate-bot 72a52f0
chore(deps): update dependency google-cloud-core to v2 (#904)
renovate-bot 1cb3e55
fix: use REST API in cell magic when requested (#892)
plamut b508809
fix: populate default `timeout` and retry after client-side timeout (…
tswast 4fc7c69
chore(deps): update dependency google-cloud-bigquery to v2.25.0 (#907)
renovate-bot 121c2c2
chore(deps): update dependency pandas to v1.3.2 (#900)
renovate-bot a3a85da
chore: group all renovate PRs together (#911)
tswast 109a536
chore: release 2.25.1 (#912)
release-please[bot] e2d12b7
docs: update docstring for bigquery_create_routine sample (#883) (#917)
plamut 679e8ed
chore: migrate default branch to main (#910)
plamut 4f229cb
chore: invalid docstrings broke docfx (#924)
8448922
chore(deps): update all dependencies (#914)
renovate-bot 656d2fa
fix: error inserting DataFrame with REPEATED field (#925)
plamut bd417d3
chore(deps): update all dependencies (#926)
renovate-bot fcb0bc6
fix: underscores weren't allowed in struct field names when passing p…
936686b
chore: release 2.25.2 (#916)
release-please[bot] 10fee52
chore(deps): update all dependencies (#928)
renovate-bot b289076
fix: guard imports against unsupported pyarrow versions (#934)
tswast ba02f24
feat: set the X-Server-Timeout header when timeout is set (#927)
db57c1c
chore: release 2.26.0 (#937)
release-please[bot] 65cb29d
chore(deps): update dependency google-cloud-bigquery to v2.26.0 (#938)
renovate-bot 1c2bd01
chore: update system tests and samples to use and @google.com email a…
c29c723
chore(python): rename default branch to main (#935)
gcf-owl-bot[bot] 503d360
chore: Reduce duplicated code betweem tests/unit and tests/unit/job (…
e3b26d8
test: fix routine DDL sample test exits too early (#932)
plamut c9068e4
chore(deps): update all dependencies (#939)
renovate-bot 1a6ab12
tests: add more dependencies to pre-release tests (#948)
plamut 864383b
fix: Arrow extension-type metadata was not set when calling the REST …
76c0616
chore: reference main branch of google-cloud-python (#953)
busunkim96 9157537
chore(deps): update all dependencies (#943)
renovate-bot acca1cb
feat: include key metadata in Job representation (#964)
plamut 4f72359
test: ensure prerelease versions of pandas and arrow are tested night…
tswast ab6e76f
docs: simplify destination table sample with f-strings (#966)
tswast 6e785c7
cleanup: get rid of unit test warnings caused by our code (#973)
plamut afdc1ed
refactor: extract common logic to TableBase class (#956)
plamut 96e6bee
feat: Add py.typed for PEP 561 compliance (#976)
jdufresne 1cef0d4
fix: remove default timeout (#974)
tswast fcd6336
test: look for transaction info on child job, not parent job (#978)
tswast ee1e25c
chore: relocate owl bot post processor (#979)
SurferJeffAtGoogle f83c00a
fix: disambiguate missing policy tags from explicitly unset policy ta…
tswast 71cc728
chore: release 2.27.0 (#965)
release-please[bot] 39030f2
fix: remove py.typed since package fails mypy check (#988)
tswast 3e32c1a
chore: release 2.27.1 (#989)
release-please[bot] ea50e80
docs: link to stable pandas docs (#990)
tswast 2ca58dc
chore: exclude 'CODEOWNERS' from templated files (#986)
tseaver a789d00
chore(deps): update all dependencies (#963)
renovate-bot b200c40
Merge branch 'main' into sync-with-main
plamut 19e9812
Fix coverage (unnecessary helper in test)
plamut fc6f7fc
Remove unnecessary fields from TableReference
plamut bdacef2
Apply suggestions from code review
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 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| docker: | ||
| image: gcr.io/repo-automation-bots/owlbot-python:latest | ||
| digest: sha256:0ffe3bdd6c7159692df5f7744da74e5ef19966288a6bf76023e8e04e0c424d7d | ||
| image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest | ||
| digest: sha256:87eee22d276554e4e52863ec9b1cb6a7245815dfae20439712bf644348215a5a |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # Format: //devtools/kokoro/config/proto/build.proto | ||
|
|
||
| # Only run this nox session. | ||
| env_vars: { | ||
| key: "NOX_SESSION" | ||
| value: "prerelease_deps" | ||
| } |
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -128,6 +128,7 @@ Schema | |
| :toctree: generated | ||
|
|
||
| schema.SchemaField | ||
| schema.PolicyTagList | ||
|
|
||
|
|
||
| Query | ||
|
|
||
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.