Skip to content

Release bigquery 1.19.0 - #9137

Closed
busunkim96 wants to merge 4 commits into
googleapis:masterfrom
busunkim96:release-bigquery-1.19.0
Closed

Release bigquery 1.19.0#9137
busunkim96 wants to merge 4 commits into
googleapis:masterfrom
busunkim96:release-bigquery-1.19.0

Conversation

@busunkim96

Copy link
Copy Markdown
Contributor

This pull request was generated using releasetool.

@busunkim96
busunkim96 requested a review from a teamAugust 28, 2019 16:41
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 28, 2019
Comment threadbigquery/CHANGELOG.md Outdated
Comment threadbigquery/CHANGELOG.md Outdated
Comment threadbigquery/CHANGELOG.md Outdated
Co-Authored-By: Tres Seaver <tseaver@palladion.com>
@googlebot

Copy link
Copy Markdown

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.
In order to pass this check, please resolve this problem and then comment @googlebot I fixed it.. If the bot doesn't comment, it means it doesn't think anything has changed.

ℹ️ Googlers: Go here for more info.

@googlebotgooglebot added cla: no This human has *not* signed the Contributor License Agreement. and removed cla: yes This human has signed the Contributor License Agreement. labels Aug 28, 2019
busunkim96and others added 2 commits August 28, 2019 12:25
Co-Authored-By: Tres Seaver <tseaver@palladion.com>
Co-Authored-By: Tres Seaver <tseaver@palladion.com>
@busunkim96busunkim96 added cla: yes This human has signed the Contributor License Agreement. and removed cla: no This human has *not* signed the Contributor License Agreement. labels Aug 28, 2019
@googlebot

Copy link
Copy Markdown

A Googler has manually verified that the CLAs look good.

(Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.)

ℹ️ Googlers: Go here for more info.

@googlebotgooglebot added cla: no This human has *not* signed the Contributor License Agreement. and removed cla: yes This human has signed the Contributor License Agreement. labels Aug 28, 2019
@tswast

Copy link
Copy Markdown
Contributor

Sorry, I didn't see this open PR and I just merged a new feature for BigQuery. #9084

Can we add that commit to the changelog, too?

@tswast

Copy link
Copy Markdown
Contributor

P.S. I didn't really want to release 1.19.0 without that commit, because otherwise there's a regression where it's impossible to write a DataFrame's indexes to a BigQuery table if pyarrow is installed.

Comment threadbigquery/CHANGELOG.md
08-28-2019 09:35 PDT

### Implementation Changes
- Deprecate `client.dataset()` part 1 ([#9032](https://github.com/googleapis/google-cloud-python/pull/9032))

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.

I'd very much like a different message for this. It's not actually a deprecation yet. We just updated some samples to remove references to client.dataset().

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 move this to the "docs" section and say "Updated code samples to use strings for table and dataset IDs."

Comment threadbigquery/CHANGELOG.md
### Implementation Changes
- Deprecate `client.dataset()` part 1 ([#9032](https://github.com/googleapis/google-cloud-python/pull/9032))
- Raise with extra or missing columns in `load_table_from_dataframe` schema. ([#9096](https://github.com/googleapis/google-cloud-python/pull/9096))
- Allow subset of schema to be passed into `load_table_from_dataframe`. ([#9064](https://github.com/googleapis/google-cloud-python/pull/9064))

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.

Allow subset of schema...

This is definitely a new feature.

@busunkim96

Copy link
Copy Markdown
ContributorAuthor

@tswast sounds good, I'll open a new PR with the new commit and a corrected Changelog. Thanks!

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autorelease: closedcla: noThis human has *not* signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@busunkim96@googlebot@tswast@tseaver@yoshi-automation