-
Notifications
You must be signed in to change notification settings - Fork 319
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery
base: v2.28.1
head repository: googleapis/python-bigquery
compare: v2.29.0
- 13 commits
- 40 files changed
- 6 contributors
Commits on Oct 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b15b612 - Browse repository at this point
Copy the full SHA b15b612View commit details
Commits on Oct 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c8124e9 - Browse repository at this point
Copy the full SHA c8124e9View commit details -
docs: fix formatting of generated client docstrings (#1009)
chore: fix docstring for first attribute of protos committer: @busunkim96 PiperOrigin-RevId: 401271153 Source-Link: googleapis/googleapis@787f8c9 Source-Link: googleapis/googleapis-gen@81decff Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODFkZWNmZmU5ZmM3MjM5NmE4MTUzZTc1NmQxZDY3YTZlZWNmZDYyMCJ9 * 🦉 Updates from OwlBot 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> Co-authored-by: Tim Swast <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7b0ee4 - Browse repository at this point
Copy the full SHA f7b0ee4View commit details
Commits on Oct 11, 2021
-
chore: add DatasetListItem type (#1017)
_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://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 - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #995 🦕
Configuration menu - View commit details
-
Copy full SHA for 1762e5b - Browse repository at this point
Copy the full SHA 1762e5bView commit details
Commits on Oct 12, 2021
-
chore: disable required linear history on v3 branch (#1018)
This should prevent conflicts when we sync v3 with main. 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://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 - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary)
Configuration menu - View commit details
-
Copy full SHA for 5980920 - Browse repository at this point
Copy the full SHA 5980920View commit details
Commits on Oct 13, 2021
-
feat: allow queryJob.result() to be called on a dryRun (#1015)
* feat: allow queryJob.result() to be called on a dryRun * update to return EmptyRowIterator
Configuration menu - View commit details
-
Copy full SHA for 685f06a - Browse repository at this point
Copy the full SHA 685f06aView commit details
Commits on Oct 14, 2021
-
feat: add
QueryJob.schema
property for dry run queries (#1014)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://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 - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Issue discovered while investigating what properties are needed in #967
Configuration menu - View commit details
-
Copy full SHA for 2937fa1 - Browse repository at this point
Copy the full SHA 2937fa1View commit details
Commits on Oct 15, 2021
-
docs: document ScriptStatistics and other missing resource classes (#…
…1023) While implementing Sessions, I noticed several missing classes in the reference docs. Using "automodule" since experience has shown we often forget to add new classes to `docs/reference.rst`.
Configuration menu - View commit details
-
Copy full SHA for 6679109 - Browse repository at this point
Copy the full SHA 6679109View commit details
Commits on Oct 25, 2021
-
chore(python): push cloud library docs to staging bucket for Cloud RAD (
#1030) Source-Link: googleapis/synthtool@7fd61f8 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:4ee57a76a176ede9087c14330c625a71553cf9c72828b2c0ca12f5338171ba60 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1f864fd - Browse repository at this point
Copy the full SHA 1f864fdView commit details
Commits on Oct 26, 2021
-
feat: add support for INTERVAL data type to
list_rows
(#840)* test: refactor `list_rows` tests and add test for scalars * WIP: INTERVAL support * feat: add support for INTERVAL data type to `list_rows` * fix relativedelta construction for non-microseconds * WIP: support INTERVAL query params * remove dead code * INTERVAL not supported in query parameters * revert query parameter changes * add validation error for interval * add unit tests for extreme intervals * add dateutil to intersphinx * use dictionary for intersphinx * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * add test case for trailing . * explicit none * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * truncate nanoseconds * use \d group for digits * use \d for consistency Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Peter Lamut <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e37380a - Browse repository at this point
Copy the full SHA e37380aView commit details
Commits on Oct 27, 2021
-
feat: add session and connection properties to QueryJobConfig (#1024)
* feat: add session and connection properties to QueryJobConfig * add unit tests * adjust types and add versionadded * add missing url * link to ConnectionProperty docs * add resource classes to root module
Configuration menu - View commit details
-
Copy full SHA for e4c94f4 - Browse repository at this point
Copy the full SHA e4c94f4View commit details -
deps: allow pyarrow 6.x (#1031)
* deps: allow pyarrow 6.x * dry pyarrow deps * 🦉 Updates from OwlBot 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 1c2de74 - Browse repository at this point
Copy the full SHA 1c2de74View commit details -
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d9dfc24 - Browse repository at this point
Copy the full SHA d9dfc24View 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 v2.28.1...v2.29.0