- Notifications
You must be signed in to change notification settings - Fork321
Closed
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.next major: breaking changethis is a change that we should wait to bundle into the next major versionsemver: majorHint for users that this is an API breaking change.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
I'd like to make sure we don't get folks stuck on v2. I know we have some internal (Google) customers who rely on the BQML stats protobuf messages (the ones ingoogle.cloud.bigquery_v2.
I propose
- We restore the files in
google.cloud.bigquery_v2, but document that they aredeprecated and arenot updated. - We continue to return dictionaries in the relevant classes, so that all stays the same.
- We document in the
UPGRADINGguide how to manually convert from the dictionaries to the classes ingoogle.cloud.bigquery_v2with some code samples.
Regarding the pandas connector changes, we should also document those in theUPGRADING guide, ideally with code samples on how to get / convert to the old dtypes if desired.
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.next major: breaking changethis is a change that we should wait to bundle into the next major versionsemver: majorHint for users that this is an API breaking change.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.