Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

chore!: remove google.cloud.bigquery_v2 code - #855

Merged
gcf-merge-on-green[bot] merged 34 commits into
googleapis:v3from
plamut:iss-814
Sep 27, 2021
Merged

chore!: remove google.cloud.bigquery_v2 code#855
gcf-merge-on-green[bot] merged 34 commits into
googleapis:v3from
plamut:iss-814

Conversation

@plamut

@plamutplamut commented Aug 6, 2021

Copy link
Copy Markdown
Contributor

Closes#814.

The first preview. Still need to address Model types, disable code generation, BigQuery ML classes...

PR checklist:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

@google-clagoogle-claBot added the cla: yes This human has signed the Contributor License Agreement. label Aug 6, 2021
@product-auto-labelproduct-auto-labelBot added the api: bigquery Issues related to the googleapis/python-bigquery API. label Aug 6, 2021
@plamut
plamutforce-pushed the iss-814 branch 4 times, most recently from 386a8bf to bc48efcCompareAugust 13, 2021 12:56
@plamut
plamutforce-pushed the iss-814 branch 3 times, most recently from 04562dd to 363eef5CompareAugust 20, 2021 09:56
@plamut
plamut marked this pull request as ready for review August 20, 2021 14:43
@plamut
plamut requested a review from a teamAugust 20, 2021 14:43
@plamut
plamut requested a review from a team as a code ownerAugust 20, 2021 14:43
@plamut
plamut requested review from a team, kurtisvg and stephaniewang526August 20, 2021 14:43
@plamut

Copy link
Copy Markdown
ContributorAuthor

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.

@plamut
plamut requested a review from tswastAugust 20, 2021 14:45

@kurtisvgkurtisvg left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM for /samples.

name="x",
data_type=bigquery_v2.types.StandardSqlDataType(
type_kind=bigquery_v2.types.StandardSqlDataType.TypeKind.INT64
data_type=bigquery.StandardSqlDataType(

Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely

@plamutplamut added the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 20, 2021
@gcf-owl-botgcf-owl-botBot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 20, 2021
Comment threadgoogle/cloud/bigquery/schema.py Outdated
Comment threadgoogle/cloud/bigquery/standard_sql.py Outdated
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

Copy link
Copy Markdown
ContributorAuthor

@tswast Pushed the implementation changes early for preview, but there are now only a few coverage misses left, thus this is close to done.

@tswasttswast left a comment

Copy link
Copy Markdown
Contributor

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.

Comment threaddocs/conf.py
Comment threadsetup.py Outdated
Comment threadgoogle/cloud/bigquery/model.py
@tswast

Copy link
Copy Markdown
Contributor

Thanks!

@plamutplamut added automerge Merge the pull request once unit tests and other checks pass. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Sep 27, 2021
@yoshi-kokoroyoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 27, 2021
@gcf-merge-on-green
gcf-merge-on-greenBot merged commit a7842b6 into googleapis:v3Sep 27, 2021
@gcf-merge-on-greengcf-merge-on-greenBot removed the automerge Merge the pull request once unit tests and other checks pass. label Sep 27, 2021
@plamut
plamut deleted the iss-814 branch September 28, 2021 14:49
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@plamut@tswast@kurtisvg@yoshi-kokoro