- Notifications
You must be signed in to change notification settings - Fork321
chore: sync v3 with main branch#1088
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
15 commits Select commitHold shift + click to select a range
3a681e0 feat: allow cell magic body to be a $variable (#1053)
plamut1b5dc5c cleanup: silence non-relevant system test warnings (#1068)
plamut21cd710 feat: promote `RowIterator.to_arrow_iterable` to public method (#1073)
judahrand3314dfb fix: apply timeout to all resumable upload requests (#1070)
plamuta135956 chore: release 2.31.0 (#1066)
release-please[bot]be6eb34 test: check extreme DATE/DATETIME values can be loaded from pandas Da…
tswasteffd673 docs: add sample for revoking dataset access (#778)
loferris44221f4 chore: update python-docs-samples link to main branch (#1082)
gcf-owl-bot[bot]c098cd0 feat: support authorized dataset entity (#1075)
steffnay4a3ab03 chore(deps): update all dependencies (#1005)
renovate-bot2b76944 Merge remote-tracking branch 'upstream/main' into sync-v3
tswast950b24e chore: add type annotations for mypy
tswaste888c71 chore: revert test for when pyarrow is not installed
tswastdc42670 test: skip failing copy table tests (#1090)
tswast011f160 Merge remote-tracking branch 'upstream/main' into sync-v3
tswastFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
74 changes: 36 additions & 38 deletionsgoogle/cloud/bigquery/dataset.py
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
13 changes: 13 additions & 0 deletionsgoogle/cloud/bigquery/enums.py
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
55 changes: 28 additions & 27 deletionssamples/geography/requirements.txt
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,50 +1,51 @@ | ||
| attrs==21.2.0 | ||
| cachetools==4.2.4 | ||
| certifi==2021.10.8 | ||
| cffi==1.15.0 | ||
| charset-normalizer==2.0.9 | ||
| click==8.0.3 | ||
| click-plugins==1.1.1 | ||
| cligj==0.7.2 | ||
| dataclasses==0.6; python_version < '3.7' | ||
| db-dtypes==0.3.0 | ||
| Fiona==1.8.20 | ||
| geojson==2.5.0 | ||
| geopandas==0.9.0; python_version < '3.7' | ||
| geopandas==0.10.2; python_version >= '3.7' | ||
| google-api-core==2.3.0 | ||
| google-auth==2.3.3 | ||
| google-cloud-bigquery==2.31.0 | ||
| google-cloud-bigquery-storage==2.10.1 | ||
| google-cloud-core==2.2.1 | ||
| google-crc32c==1.3.0 | ||
| google-resumable-media==2.1.0 | ||
| googleapis-common-protos==1.54.0 | ||
| grpcio==1.42.0 | ||
| idna==3.3 | ||
| importlib-metadata==4.8.2 | ||
| libcst==0.3.23 | ||
| munch==2.5.0 | ||
| mypy-extensions==0.4.3 | ||
| packaging==21.3 | ||
| pandas==1.1.5; python_version < '3.7' | ||
| pandas==1.3.4; python_version >= '3.7' | ||
| proto-plus==1.19.8 | ||
| protobuf==3.19.1 | ||
| pyarrow==6.0.1 | ||
| pyasn1==0.4.8 | ||
| pyasn1-modules==0.2.8 | ||
| pycparser==2.21 | ||
| pyparsing==3.0.6 | ||
| pyproj==3.0.1; python_version < "3.7" | ||
| pyproj==3.1.0; python_version > "3.6" | ||
| python-dateutil==2.8.2 | ||
| pytz==2021.3 | ||
| PyYAML==6.0 | ||
| requests==2.26.0 | ||
| rsa==4.8 | ||
| Shapely==1.8.0 | ||
| six==1.16.0 | ||
| typing-extensions==4.0.1 | ||
| typing-inspect==0.7.1 | ||
| urllib3==1.26.7 | ||
| zipp==3.6.0 |
2 changes: 1 addition & 1 deletionsamples/magics/requirements-test.txt
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 @@ | ||
| google-cloud-testutils==1.3.1 | ||
| pytest==6.2.5 | ||
| mock==4.0.3 |
10 changes: 5 additions & 5 deletionssamples/magics/requirements.txt
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,13 +1,13 @@ | ||
| db-dtypes==0.3.1 | ||
| google-cloud-bigquery-storage==2.10.1 | ||
| google-auth-oauthlib==0.4.6 | ||
| grpcio==1.42.0 | ||
| ipython==7.16.1; python_version < '3.7' | ||
| ipython==7.29.0; python_version >= '3.7' | ||
| matplotlib==3.3.4; python_version < '3.7' | ||
| matplotlib==3.5.0rc1; python_version >= '3.7' | ||
| pandas==1.1.5; python_version < '3.7' | ||
| pandas==1.3.4; python_version >= '3.7' | ||
| pyarrow==6.0.1 | ||
| pytz==2021.3 | ||
| typing-extensions==3.10.0.2 |
5 changes: 3 additions & 2 deletionssamples/snippets/authorized_view_tutorial.py
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
2 changes: 1 addition & 1 deletionsamples/snippets/requirements-test.txt
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 @@ | ||
| google-cloud-testutils==1.3.1 | ||
| pytest==6.2.5 | ||
| mock==4.0.3 |
10 changes: 5 additions & 5 deletionssamples/snippets/requirements.txt
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,13 +1,13 @@ | ||
| db-dtypes==0.3.1 | ||
| google-cloud-bigquery-storage==2.10.1 | ||
| google-auth-oauthlib==0.4.6 | ||
| grpcio==1.42.0 | ||
| ipython==7.16.1; python_version < '3.7' | ||
| ipython==7.29.0; python_version >= '3.7' | ||
| matplotlib==3.3.4; python_version < '3.7' | ||
| matplotlib==3.4.1; python_version >= '3.7' | ||
| pandas==1.1.5; python_version < '3.7' | ||
| pandas==1.3.4; python_version >= '3.7' | ||
| pyarrow==6.0.1 | ||
| pytz==2021.3 | ||
| typing-extensions==3.10.0.2 |
4 changes: 3 additions & 1 deletionsamples/snippets/update_dataset_access.py
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
4 changes: 3 additions & 1 deletionsamples/tests/test_copy_table.py
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
6 changes: 2 additions & 4 deletionssamples/tests/test_copy_table_cmek.py
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
2 changes: 2 additions & 0 deletionstests/system/test_client.py
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.
Uh oh!
There was an error while loading.Please reload this page.
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.