10BC0 Comparing v2.9.0...v2.11.0 · googleapis/python-bigquery · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.9.0
Choose a base ref
...
head repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.11.0
Choose a head ref
  • 16 commits
  • 26 files changed
  • 7 contributors

Commits on Feb 19, 2021

  1. docs(bigquery): Add alternative approach to setting credentials (#517)

    * docs(bigquery): Add alternative approach to setting credentials
    
    * docs(bigquery): Add alternative approach to setting credentials
    
    Correction: json object rather than string
    
    * Remove trailing space
    
    Co-authored-by: Peter Lamut <plamut@users.noreply.github.com>
    alanyee and plamut authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    60fbf28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0214754 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency google-cloud-bigquery-storage to v2.3.0 (

    #529)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-bigquery-storage](https://togithub.com/googleapis/python-bigquery-storage) | `==2.2.1` -> `==2.3.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-storage/2.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-storage/2.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-storage/2.3.0/compatibility-slim/2.2.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-storage/2.3.0/confidence-slim/2.2.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-bigquery-storage</summary>
    
    ### [`v2.3.0`](https://togithub.com/googleapis/python-bigquery-storage/blob/master/CHANGELOG.md#&#8203;230-httpswwwgithubcomgoogleapispython-bigquery-storagecomparev221v230-2021-02-18)
    
    [Compare Source](https://togithub.com/googleapis/python-bigquery-storage/compare/v2.2.1...v2.3.0)
    
    ##### Features
    
    -   add `client_cert_source_for_mtls` argument to transports ([#&#8203;135](https://www.github.com/googleapis/python-bigquery-storage/issues/135)) ([072850d](https://www.github.com/googleapis/python-bigquery-storage/commit/072850dd341909fdc22f330117a17e48da12fdd1))
    
    ##### Documentation
    
    -   update python contributing guide ([#&#8203;140](https://www.github.com/googleapis/python-bigquery-storage/issues/140)) ([1671056](https://www.github.com/googleapis/python-bigquery-storage/commit/1671056bfe181660440b1bf4415005e3eed01eb2))
    
    ##### [2.2.1](https://www.github.com/googleapis/python-bigquery-storage/compare/v2.2.0...v2.2.1) (2021-01-25)
    
    ##### Documentation
    
    -   remove required session variable to fix publish ([#&#8203;124](https://www.github.com/googleapis/python-bigquery-storage/issues/124)) ([19a105c](https://www.github.com/googleapis/python-bigquery-storage/commit/19a105cb9c868bb1a9e63966609a2488876f511b))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-bigquery).
    renovate-bot authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    bb9a94c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. docs: explain retry behavior for DONE jobs (#532)

    * docs: explain retry behavior for DONE jobs
    
    * Update google/cloud/bigquery/job/query.py
    
    Co-authored-by: Tim Swast <swast@google.com>
    plamut and tswast authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    696c443 View commit details
    Browse the repository at this point in the history
  2. feat: add BIGNUMERIC support (#527)

    * feat: add support of BIGNUMERIC
    
    * feat: add BIGNUMERIC support
    
    * Add bignumeric_type extra
    
    * Add additional BIGNUMERIC tests
    
    * Prevent import time error if no BIGNUMERIC support
    
    * Add/improve a few comments
    
    * Add feature flag for BIGNUMERIC suppport
    
    Co-authored-by: HemangChothani <hemang.chothani@qlogic.io>
    plamut and HemangChothani authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    cc3394f View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. fix: error using empty array of structs parameter (#474)

    * fix: error using empty array of structs parameter
    
    * Add QueryParameterType classes
    
    * Use query parameter types with ArrayQueryParameter
    
    * Adjust system test to changed ArrayQueryParameter
    
    * Clarify a comment about an assertion
    
    Co-authored-by: Tim Swast <swast@google.com>
    
    * Clarify when name/descr. is omitted from API repr
    
    * Rename subtypes to fields
    
    * Add fields property to StructQueryParameterType
    
    * Add a check for empty struct fields
    
    * Define scalar SQL parameter types as type objects
    
    Co-authored-by: Tim Swast <swast@google.com>
    plamut and tswast authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    c1d15f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. chore: exclude tarball from code generation (#512)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/ca115e36-5d95-4acd-a2d8-7ac2f22a7261/targets
    
    - [x] To automatically regenerate this PR, check this box.
    yoshi-automation authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    699498c View commit details
    Browse the repository at this point in the history
  2. fix: QueryJob.exception() *returns* the errors, not raises them (#467)

    * fix: QueryJob.exception() should *return* errors
    
    * Reload query job on error, raise any reload errors
    
    * Catch errors on reloading failed query jobs
    
    * Add additional unit test
    
    * Increase retry deadline to mitigate test flakiness
    
    * Store the more informative exception in done()
    plamut authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    d763279 View commit details
    Browse the repository at this point in the history
  3. chore: release 2.10.0 (#533)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ## [2.10.0](https://www.github.com/googleapis/python-bigquery/compare/v2.9.0...v2.10.0) (2021-02-25)
    
    
    ### Features
    
    * add BIGNUMERIC support ([#527](https://www.github.com/googleapis/python-bigquery/issues/527)) ([cc3394f](https://www.github.com/googleapis/python-bigquery/commit/cc3394f80934419eb00c2029bb81c92a696e7d88))
    
    
    ### Bug Fixes
    
    * error using empty array of structs parameter ([#474](https://www.github.com/googleapis/python-bigquery/issues/474)) ([c1d15f4](https://www.github.com/googleapis/python-bigquery/commit/c1d15f4e5da4b7e10c00afffd59a5c7f3ded027a))
    * QueryJob.exception() *returns* the errors, not raises them ([#467](https://www.github.com/googleapis/python-bigquery/issues/467)) ([d763279](https://www.github.com/googleapis/python-bigquery/commit/d7632799769248b09a8558ba18f5025ebdd9675a))
    
    
    ### Documentation
    
    * **bigquery:** Add alternative approach to setting credentials ([#517](https://www.github.com/googleapis/python-bigquery/issues/517)) ([60fbf28](https://www.github.com/googleapis/python-bigquery/commit/60fbf287b0d34d5db2e61cce7a5b42735ed43d0e))
    * explain retry behavior for DONE jobs ([#532](https://www.github.com/googleapis/python-bigquery/issues/532)) ([696c443](https://www.github.com/googleapis/python-bigquery/commit/696c443f0a6740be0767e12b706a7771bc1460c3))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    81df4ba View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Configuration menu
    Copy the full SHA
    1ba6927 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f44c9e View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. chore(deps): update dependency grpcio to v1.36.1 (#541)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [grpcio](https://grpc.io) | `==1.36.0` -> `==1.36.1` | [![age](https://badges.renovateapi.com/packages/pypi/grpcio/1.36.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/grpcio/1.36.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/grpcio/1.36.1/compatibility-slim/1.36.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/grpcio/1.36.1/confidence-slim/1.36.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-bigquery).
    renovate-bot authored Mar 3, 2021
    Configuration menu
    Copy the full SHA
    3917260 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    f0259eb View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. chore: upgrade gapic-generator-python to 0.42.2 (#543)

    PiperOrigin-RevId: 361662015
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Mon Mar 8 14:47:18 2021 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: 28a591963253d52ce3a25a918cafbdd9928de8cf
    Source-Link: googleapis/googleapis@28a5919
    yoshi-automation authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    816934b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5c7e11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ce826e View commit details
    Browse the repository at this point in the history
Loading
0