- Notifications
You must be signed in to change notification settings - Fork321
fix!: remove out-of-date BigQuery ML protocol buffers#1178
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
65 commits Select commitHold shift + click to select a range
9cd7554 deps!: BigQuery Storage and pyarrow are required dependencies (#776)
plamut9319eb1 chore: merge recent changes from master (#823)
plamute26d879 chore: sync v3 with master (#851)
plamut66014c3 chore: merge changes from master (#872)
tswastdcd78c7 fix!: use nullable `Int64` and `boolean` dtypes in `to_dataframe` (#786)
tswast60e73fe chore: sync v3 with master branch (#880)
tswast2689df4 feat: Destination tables are no-longer removed by create_job (#891)
eed311e chore: Simplify create_job slightly (#893)
2cb1c21 chore: sync v3 branch with main (#947)
plamuta7842b6 chore!: remove google.cloud.bigquery_v2 code (#855)
plamutb0cbfef chore: sync v3 branch with main (#996)
plamut71dde11 feat: add a static copy of legacy proto-based types (#1000)
plamutdeec8e7 Merge remote-tracking branch 'upstream/main' into sync-v3
tswastbeaadc8 🦉 Updates from OwlBot
gcf-owl-bot[bot]750c808 chore: remove unnecessary replacement from owlbot
tswast15c4055 Merge remote-tracking branch 'upstream/sync-v3' into sync-v3
tswast6bfbb7d 🦉 Updates from OwlBot
gcf-owl-bot[bot]72255a6 Apply suggestions from code review
tswast8a3b1ad Merge remote-tracking branch 'upstream/main' into sync-v3
tswast0d0aedb Merge remote-tracking branch 'upstream/sync-v3' into sync-v3
tswast1661262 🦉 Updates from OwlBot
gcf-owl-bot[bot]2c90edc chore: remove unused _PYARROW_BAD_VERSIONS
tswastaa3c7d2 Merge remote-tracking branch 'upstream/sync-v3' into sync-v3
tswast7852c5c 🦉 Updates from OwlBot
gcf-owl-bot[bot]ed9b6cf Merge remote-tracking branch 'upstream/main' into sync-v3
tswast294990a Merge remote-tracking branch 'upstream/sync-v3' into sync-v3
tswastd448d0e Merge remote-tracking branch 'upstream/main' into sync-v3
tswast50753cc Merge remote-tracking branch 'upstream/main' into sync-v3
tswastc67377a Merge remote-tracking branch 'upstream/main' into sync-v3
tswast6706678 Merge pull request #1004 from googleapis/sync-v3
plamut40c92c3 chore: cleanup intersphinx links (#1035)
tswast23d1187 Merge remote-tracking branch 'upstream/main' into sync-v3
tswast61e3d57 Merge remote-tracking branch 'upstream/main' into sync-v3
tswast7162f98 Merge pull request #1049 from googleapis/sync-v3
tswast12c2272 Merge branch 'main' into sync-v3-with-main
plamut859a65d Fix type hints and discovered bugs
plamut42d3db6 Merge pull request #1055 from plamut/sync-v3-with-main
tswast3d1af95 feat!: Use pandas custom data types for BigQuery DATE and TIME column…
070729f process: mark the package as type-checked (#1058)
plamut3cae066 feat: default to DATETIME type when loading timezone-naive datetimes …
plamut86fd253 Merge remote-tracking branch 'upstream/main' into sync-v3
tswastdad555d chore: release 3.0.0b1 (pre-release)
tswast9fd8eb9 Merge pull request #1065 from googleapis/sync-v3
tswast3b3ebff feat: add `api_method` parameter to `Client.query` to select `INSERT`…
tswast7e3721e fix: improve type annotations for mypy validation (#1081)
plamut2b76944 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
tswast011f160 Merge remote-tracking branch 'upstream/main' into sync-v3
tswast08a9bcc Merge pull request #1088 from googleapis/sync-v3
tswastaea8d55 chore: sync main into v3 branch
tswastdd40c24 test: fix pandas tests with new bqstorage client (#1113)
tswast727a18d Merge branch 'v3' into sync-v3
tswastc58ba76 Merge remote-tracking branch 'upstream/main' into sync-v3
tswastb67b255 Merge pull request #1109 from googleapis/sync-v3
tswast5f50242 feat: use `StandardSqlField` class for `Model.feature_columns` and `M…
tswastfec1ae6 Merge branch 'upstream/main' into sync-v3
tswastb4f4847 Merge remote-tracking branch 'upstream/main' into sync-v3
tswastdedb2ea docs: add type annotations to job samples
tswast0279fa9 chore: blacken with black 22.3.0
tswast35d2d70 Merge remote-tracking branch 'upstream/main' into sync-v3
tswast9d256d5 Merge pull request #1175 from googleapis/sync-v3
tswastaf0ecb0 docs: Add migration guide from version 2.x to 3.x (#1027)
plamutf69bae7 🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot]8bd4d39 Merge branch 'v3' of https://github.com/googleapis/python-bigquery in…
gcf-owl-bot[bot]File 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
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 |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| Legacy proto-based Types for Google Cloud Bigquery v2 API | ||
| ========================================================= | ||
| .. warning:: | ||
| These types are provided for backward compatibility only, and are not maintained | ||
| anymore. They might also differ from the types uspported on the backend. It is | ||
| therefore strongly advised to migrate to the types found in :doc:`standard_sql`. | ||
| Also see the :doc:`3.0.0 Migration Guide<../UPGRADING>` for more information. | ||
| .. automodule:: google.cloud.bigquery_v2.types | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: |
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,7 +1,7 @@ | ||
| Types for Google Cloud Bigquery v2 API | ||
| ====================================== | ||
| .. automodule:: google.cloud.bigquery.standard_sql | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: |
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.
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.