Uh oh!
There was an error while loading. Please reload this page.
chore!: remove google.cloud.bigquery_v2 code - #855
Conversation
386a8bf to
bc48efcCompare04562dd to
363eef5Compareplamut
commented
Aug 20, 2021
This is now ready for review. It's probably easier to review commit-by-commit, as I made the effort to keep commits mostly self-contained and independent from each other. |
| name="x", | ||
| data_type=bigquery_v2.types.StandardSqlDataType( | ||
| type_kind=bigquery_v2.types.StandardSqlDataType.TypeKind.INT64 | ||
| data_type=bigquery.StandardSqlDataType( |
There was a problem hiding this comment.
Let's make sure we mention these changes to Standard SQL types and enums in the migration guide. #960
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Client-side validation logic can drift away from the server's, thus we let the backend perform all validation of submitted request data.
Modifying a sub-type should be automatically reflected on the parent type referencing that subtype.
plamut
commented
Sep 23, 2021
@tswast Pushed the implementation changes early for preview, but there are now only a few coverage misses left, thus this is close to done. |
tswast
left a comment
There was a problem hiding this comment.
LGTM once coverage is there, with some small nits re: setup.py and owlbot.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tswast
commented
Sep 27, 2021
Thanks! |
Closes#814.
The first preview. Still need to address Model types, disable code generation, BigQuery ML classes...
PR checklist: