-
Notifications
You must be signed in to change notification settings - Fork 306
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery
base: v3.14.1
head repository: googleapis/python-bigquery
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://togithub.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://togithub.com/googleapis/python-bigquery/issues/1500) 🦕
1Configuration menu - View commit details
-
Copy full SHA for 0d93073 - Browse repository at this point
Copy the full SHA 0d93073View commit details -
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://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c3b89fd - Browse repository at this point
Copy the full SHA c3b89fdView commit details
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]>
Configuration menu - View commit details
-
Copy full SHA for fdd580f - Browse repository at this point
Copy the full SHA fdd580fView commit details
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 - View commit details
-
Copy full SHA for b9c8be0 - Browse repository at this point
Copy the full SHA b9c8be0View commit details
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]>
Configuration menu - View commit details
-
Copy full SHA for 02a7d12 - Browse repository at this point
Copy the full SHA 02a7d12View commit details -
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://togithub.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 🦕
Configuration menu - View commit details
-
Copy full SHA for d225a94 - Browse repository at this point
Copy the full SHA d225a94View commit details
Commits on Dec 21, 2023
-
Move instructions off deprecated module. Co-authored-by: Chalmer Lowe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a65aaa6 - Browse repository at this point
Copy the full SHA a65aaa6View commit details
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://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 132c14b - Browse repository at this point
Copy the full SHA 132c14bView commit details
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
Configuration menu - View commit details
-
Copy full SHA for 8585747 - Browse repository at this point
Copy the full SHA 8585747View commit details
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c0de695 - Browse repository at this point
Copy the full SHA c0de695View commit details -
chore(main): release 3.15.0 (#1752)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 575f7fc - Browse repository at this point
Copy the full SHA 575f7fcView commit details
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