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.6.2
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.7.0
Choose a head ref
  • 11 commits
  • 17 files changed
  • 5 contributors

Commits on Jan 11, 2021

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

Commits on Jan 13, 2021

  1. feature: raise error for unknown properties in job config (#446)

    * feature: warn about unknown properties in job config
    
    * fix: raise error instead of warning
    
    * fix: use hasattr instead of __dict__
    
    * fix bad merge
    
    * fix system test that sets wrong property
    
    Co-authored-by: Tim Swast <[email protected]>
    cguardia and tswast authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    1526e39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7fc252 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

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

Commits on Jan 20, 2021

  1. refactor: move system tests into tests/system directory (#475)

    This aligns more closely with the templates from synthtool.
    
    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://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
    - [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)
    
    Towards #366
    tswast authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    9f6556c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. chore(deps): update dependency grpcio to v1.35.0 (#477)

    @tswast confirmed this is ok to merge and that broken docs-presubmit is unrelateed
    renovate-bot authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    cac9062 View commit details
    Browse the repository at this point in the history
  2. fix: use explicitly given project over the client's default project f…

    …or load jobs (#482)
    
    * fix: use project parameter if given for load jobs
    
    * blacken client tests
    
    * Refactor string concatenations in client tests
    
    * Silence invalid coverage complaint
    plamut authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    530e1e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. fix: invalid conversion of timezone-aware datetime values to JSON (#480)

    * fix: correctly convert timezone-aware datetimes
    
    * blacken
    
    * Remove python-dateutil test dependency
    
    * Remove unused dst() methods
    plamut authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    61b4385 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    f187fb0 View commit details
    Browse the repository at this point in the history
  2. deps: declare support for Python 3.9 (#488)

    Towards #462.
    
    With wheels for `pyarrow==3.0.0` released we can now officially support Python 3.9 - well, at least after when we add Python 3.9 checks to Kokoro.
    
    PR checklist:
    - [x] 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
    - [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)
    plamut authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    55daa7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5735ea View commit details
    Browse the repository at this point in the history
Loading