Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Sep 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-cloud-bigquery ==2.25.1 -> ==2.26.0 age adoption passing confidence

Release Notes

googleapis/python-bigquery

v2.26.0

Compare Source

Features
  • set the X-Server-Timeout header when timeout is set (#​927) (ba02f24)
Bug Fixes
  • guard imports against unsupported pyarrow versions (#​934) (b289076)
2.25.2 (2021-08-31)
Bug Fixes
  • error inserting DataFrame with REPEATED field (#​925) (656d2fa)
  • underscores weren't allowed in struct field names when passing parameters to the DB API (#​930) (fcb0bc6)
Documentation
2.25.1 (2021-08-25)
Bug Fixes
  • populate default timeout and retry after client-side timeout (#​896) (b508809)
  • use REST API in cell magic when requested (#​892) (1cb3e55)

v2.25.2

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from a team, bradmiro and leahecole as code owners September 1, 2021 13:25
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 1, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 1, 2021
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Sep 1, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 1, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 1, 2021
@leahecole leahecole added the automerge Merge the pull request once unit tests and other checks pass. label Sep 2, 2021
@renovate-bot renovate-bot changed the title chore(deps): update dependency google-cloud-bigquery to v2.25.2 chore(deps): update dependency google-cloud-bigquery to v2.26.0 Sep 2, 2021
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-bigquery-2.x branch from 794c4be to 75f8575 Compare September 2, 2021 15:01
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 2, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 2, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 2, 2021
@gcf-merge-on-green
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Sep 2, 2021
@dandhlee
Copy link
Collaborator

dandhlee commented Sep 6, 2021

3.8 failed with internal error. Doesn't seem related to this test.

@dandhlee dandhlee added the automerge Merge the pull request once unit tests and other checks pass. label Sep 6, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 6, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 6, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 6, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 6, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 6, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 6, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 6, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 6, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 6, 2021
@dandhlee dandhlee removed the automerge Merge the pull request once unit tests and other checks pass. label Sep 6, 2021
@dandhlee
Copy link
Collaborator

dandhlee commented Sep 6, 2021

Getting google.api_core.exceptions.ResourceExhausted: 429 The following quotas are exceeded: AutoMLImageClassificationDeployedModelNodes now :/

@renovate-bot renovate-bot force-pushed the renovate/google-cloud-bigquery-2.x branch from 0975a0c to f12835d Compare September 15, 2021 16:25
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 15, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 15, 2021
@kokoro-team kokoro-team removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Sep 15, 2021
@leahecole leahecole merged commit d6ef341 into GoogleCloudPlatform:master Sep 15, 2021
@renovate-bot renovate-bot deleted the renovate/google-cloud-bigquery-2.x branch September 15, 2021 17:03
dandhlee added a commit that referenced this pull request Sep 16, 2021
…ite Spark Connector (#6682)

* add initial files

* add key, event time, data but not attributes

* pytest passes

* nox tests pass and add readme

* add license header

* update region tag

* Update pubsublite/spark-connector/README.md

Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>

* address reviewer comments

* use different uber jar uri

* address reviewer comment

* chore(deps): update dependency google-cloud-bigquery to v2.26.0 (#6654)

* address reviewer comments

* lint

* read from the starting offset

* run test in py-3.8 and py-3.9

* only test in py-3.8 due to concurrent logging limitation

* address jiangmichaelll's comments

* merge conflicts

* address jiangmichaelll's comments

Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
Co-authored-by: WhiteSource Renovate <bot@renovateapp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement. samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants