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.5.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.6.0
Choose a head ref
  • 9 commits
  • 28 files changed
  • 7 contributors

Commits on Dec 3, 2020

  1. feat: add support for materialized views (#408)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [x] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [x] Appropriate docs were updated (if necessary)
    
    Fixes #407 🦕
    tswast committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    57ffc66 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency grpcio to v1.34.0 (#411)

    Co-authored-by: Takashi Matsuo <[email protected]>
    renovate-bot and Takashi Matsuo committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    f421058 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. fix: preserve timestamp microsecond precision with rows from REST API (

    …#402)
    
    * feat: add formatOption default tru for tablelist and query result
    
    * feat: remove float point serialize
    
    * fix: lint
    
    * feat: remove comments
    HemangChothani committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    04510a7 View commit details
    Browse the repository at this point in the history
  2. chore: require samples checks (#409)

    Make samples kokoro sessions required
    busunkim96 committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    985a8cf View commit details
    Browse the repository at this point in the history
  3. feat: convert BIGNUMERIC values to decimal objects (#414)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [x] Ensure the tests and linter pass
    - [x] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Towards #367 🦕
    tswast committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    d472d2d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. chore(deps): update dependency google-cloud-bigquery to v2.5.0 (#410)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [google-cloud-bigquery](https://togithub.com/googleapis/python-bigquery) | minor | `==2.4.0` -> `==2.5.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-bigquery</summary>
    
    ### [`v2.5.0`](https://togithub.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;250-httpswwwgithubcomgoogleapispython-bigquerycomparev240v250-2020-12-02)
    
    [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v2.4.0...v2.5.0)
    
    ##### Features
    
    -   add `TableReference.__str__` to get table ID in standard SQL ([#&#8203;405](https://www.github.com/googleapis/python-bigquery/issues/405)) ([53dff2a](https://www.github.com/googleapis/python-bigquery/commit/53dff2ad3889af04369a22437e6ab9b92c5755b6)), closes [#&#8203;354](https://www.github.com/googleapis/python-bigquery/issues/354)
    -   add progress bar for magics ([#&#8203;396](https://www.github.com/googleapis/python-bigquery/issues/396)) ([04d0273](https://www.github.com/googleapis/python-bigquery/commit/04d027317a99e3f353e0b7a18076da9b6ba4d8d3))
    -   add support for unrecognized model types ([#&#8203;401](https://www.github.com/googleapis/python-bigquery/issues/401)) ([168f035](https://www.github.com/googleapis/python-bigquery/commit/168f0354c4815bd1aeadbd4e388dcc9b32f97d6b))
    
    ##### Bug Fixes
    
    -   avoid floating point for timestamp in `insert_rows` ([#&#8203;393](https://www.github.com/googleapis/python-bigquery/issues/393)) ([a1949ae](https://www.github.com/googleapis/python-bigquery/commit/a1949ae20ec4f9c771b0cffbcd70792dd6a30dbf))
    
    ##### Performance Improvements
    
    -   don't fetch rows when waiting for query to finish ([#&#8203;400](https://www.github.com/googleapis/python-bigquery/issues/400)) ([730df17](https://www.github.com/googleapis/python-bigquery/commit/730df17ae1ab0b0bb2454f3c134c8f62665bc51b)), closes [#&#8203;374](https://www.github.com/googleapis/python-bigquery/issues/374) [#&#8203;394](https://www.github.com/googleapis/python-bigquery/issues/394)
    
    ##### Documentation
    
    -   **samples:** add more clustering code snippets ([#&#8203;330](https://www.github.com/googleapis/python-bigquery/issues/330)) ([809e4a2](https://www.github.com/googleapis/python-bigquery/commit/809e4a27b94ba30c10e0c9a7e89576a9de9fda2b)), closes [#&#8203;329](https://www.github.com/googleapis/python-bigquery/issues/329)
    
    ##### Dependencies
    
    -   update required version of opentelementry for opentelemetry-exporter-google-cloud ([#&#8203;398](https://www.github.com/googleapis/python-bigquery/issues/398)) ([673a9cb](https://www.github.com/googleapis/python-bigquery/commit/673a9cb51c577c1dd016e76f3634b1e9e21482c5))
    
    </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 committed Dec 5, 2020
    1 Configuration menu
    Copy the full SHA
    34b9948 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Configuration menu
    Copy the full SHA
    a9d8ae8 View commit details
    Browse the repository at this point in the history
  2. feat: support CSV format in load_table_from_dataframe pandas connec…

    …tor (#399)
    
    * WIP: support alternative serialization formats
    for load_table_from_dataframe
    
    * fix: address review comments
    
    * docs: make clear repeated fields are not supportedin csv
    cguardia committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    0046742 View commit details
    Browse the repository at this point in the history
  3. chore: release 2.6.0 (#412)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    2f81e80 View commit details
    Browse the repository at this point in the history
Loading