-
Notifications
You must be signed in to change notification settings - Fork 323
chore!: remove google.cloud.bigquery_v2 code #855
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 all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
6abb8c1
chore: remove google.cloud.bigquery_v2 code
plamut f57844f
Replace proto Sql type classes with manual ones
plamut a201188
Enhance standard Sql model classes
plamut e2089b3
Adjust models code to proto classes removal
plamut c297281
Adjust Routines code to proto removals
plamut c9acea2
Adjust imports in samples code
plamut 24e3d48
Adjust assertion in get routine sample test
plamut 61e3a34
Include manual Sql types in docs
plamut ce755ab
Remove proto dependencies
plamut 199725f
Omit the generated bigquery_v2 code altogether
plamut 946c45f
Merge branch 'v3' into iss-814
tswast 6c167a7
Move SQL types a level up, expose at top level
plamut 2b1a915
Remove a comment that is not that informative
plamut c73e201
Adjust docs paths to moved SQL types
plamut d465ce6
Fix invalid Sphinx directives
plamut fa4d670
Rename TypeKind enum to StandardSqlTypeNames
plamut b2d8dca
Disable pytype false positive
plamut ced79f4
Rename StandardSqlDataTypes to StandardSqlScalarTypes
plamut 34c382a
Remove scalar SQL types enum
plamut af45ebc
Fix mis-renamed enum references in samples tests
plamut a88dc2e
Merge branch 'v3' into iss-814
plamut 6739d37
remove unused generated code loop
tswast fc31cea
🦉 Updates from OwlBot
gcf-owl-bot[bot] 6f0c55f
omit value != 0
tswast 0c986b3
remove hack for startTime
tswast cfba949
Permanently remove unneded intersphinx links
plamut b497784
🦉 Updates from OwlBot
gcf-owl-bot[bot] 8cd235d
Refactor SQL type classes to use _properties
plamut 1b29ac2
Remove validation logic from StandardSqlDataType
plamut adcaa03
Refactor SQL models to use shared state
plamut 3db7ff3
Add more informative string repr of SQL type
plamut cf562ff
Bump test coverage to 100%
plamut 026c05d
Remove unneeded dataclasses dependency
plamut 01a02ff
Update google/cloud/bigquery/model.py
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,7 +1,7 @@ | ||
Types for Google Cloud Bigquery v2 API | ||
====================================== | ||
|
||
.. automodule:: google.cloud.bigquery_v2.types | ||
.. 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.
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.