-
Notifications
You must be signed in to change notification settings - Fork 306
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
chore!: remove google.cloud.bigquery_v2 code #855
Conversation
386a8bf
to
bc48efc
Compare
04562dd
to
363eef5
Compare
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for /samples
.
@@ -125,8 +124,8 @@ def routine_id(client, dataset_id): | |||
routine.arguments = [ | |||
bigquery.RoutineArgument( | |||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make sure we mention these changes to Standard SQL types and enums in the migration guide. #960
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely
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.
@tswast Pushed the implementation changes early for preview, but there are now only a few coverage misses left, thus this is close to done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once coverage is there, with some small nits re: setup.py and owlbot.
Thanks! |
Closes #814.
The first preview. Still need to address Model types, disable code generation, BigQuery ML classes...
PR checklist: