Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.28.1
Choose a base ref
...
head repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.29.0
Choose a head ref
  • 13 commits
  • 40 files changed
  • 6 contributors

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    b15b612 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    c8124e9 View commit details
    Browse the repository at this point in the history
  2. 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]>
    3 people authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    f7b0ee4 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. 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 authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    1762e5b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. 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 authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    5980920 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. 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 authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    685f06a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. 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
    tswast authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    2937fa1 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. 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 authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    6679109 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. 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>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    1f864fd View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. 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]>
    3 people authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    e37380a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. 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 authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    e4c94f4 View commit details
    Browse the repository at this point in the history
  2. 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>
    tswast and gcf-owl-bot[bot] authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    1c2de74 View commit details
    Browse the repository at this point in the history
  3. chore: release 2.29.0 (#1022)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    d9dfc24 View commit details
    Browse the repository at this point in the history
Loading