- Notifications
You must be signed in to change notification settings - Fork321
Comparing changes
Open a pull request
base repository:googleapis/python-bigquery
Uh oh!
There was an error while loading.Please reload this page.
base:v2.28.1
head repository:googleapis/python-bigquery
Uh oh!
There was an error while loading.Please reload this page.
compare:v2.29.0
- 13commits
- 40files changed
- 6contributors
Commits on Oct 7, 2021
chore(python): fix formatting issue in noxfile.py.j2 (#1008)
gcf-owl-bot[bot] authoredOct 7, 2021
Commits on Oct 8, 2021
docs: fix formatting of generated client docstrings (#1009)
chore: fix docstring for first attribute of protoscommitter:@busunkim96PiperOrigin-RevId: 401271153Source-Link:googleapis/googleapis@787f8c9Source-Link:googleapis/googleapis-gen@81decffCopy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODFkZWNmZmU5ZmM3MjM5NmE4MTUzZTc1NmQxZDY3YTZlZWNmZDYyMCJ9* 🦉 Updates from OwlBotSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.mdCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: Tim Swast <swast@google.com>
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 🦕
steffnay authoredOct 11, 2021
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)
tswast authoredOct 12, 2021
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
steffnay authoredOct 13, 2021
Commits on Oct 14, 2021
feat: add
QueryJob.schemaproperty 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
tswast authoredOct 14, 2021
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`.
tswast authoredOct 15, 2021
Commits on Oct 25, 2021
chore(python): push cloud library docs to staging bucket for Cloud RAD (
#1030)Source-Link:googleapis/synthtool@7fd61f8Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:4ee57a76a176ede9087c14330c625a71553cf9c72828b2c0ca12f5338171ba60Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
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 OwlBotSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* 🦉 Updates from OwlBotSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* add test case for trailing .* explicit none* 🦉 Updates from OwlBotSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* truncate nanoseconds* use \d group for digits* use \d for consistencyCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: Peter Lamut <plamut@users.noreply.github.com>
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
tswast authoredOct 27, 2021 deps: allow pyarrow 6.x (#1031)
* deps: allow pyarrow 6.x* dry pyarrow deps* 🦉 Updates from OwlBotSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.mdCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
release-please[bot] authoredOct 27, 2021
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
Uh oh!
There was an error while loading.Please reload this page.