Thanks to visit codestin.com
Credit goes to github.com

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: 84fa75b
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: 4b0ef0c
Choose a head ref
  • 7 commits
  • 16 files changed
  • 6 contributors

Commits on Aug 26, 2025

  1. feat: updates to fastpath query execution (#2268)

    This PR updates query handling to allow base config properties like job timeout, reservation, and a preview max slots field to leverage the faster path (e.g. using jobs.query rather than jobs.insert).
    shollyman authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    ef2740a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Configuration menu
    Copy the full SHA
    43527af View commit details
    Browse the repository at this point in the history
  2. bug: updates __eq__ comparison on TableConstraint (#2274)

    * bug: updates __eq__ comparison on TableConstraint
    
    * updates tests
    
    * moves test out of class to accommodate pytest params
    chalmerlowe authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    435ecdb View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. docs: clarify the api_method arg for client.query() (#2277)

    * docs: clarify the api_method arg for client.query()
    shollyman authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    8a13c12 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2025

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

Commits on Sep 8, 2025

  1. docs: clarify that the presence of XyzJob.errors doesn't necessaril…

    …y mean that the job has not completed or was unsuccessful (#2278)
    
    Internal issue b/440349994
    tswast authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    6e88d7d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. chore(main): release 3.37.0 (#2269)

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