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: v3.35.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: v3.36.0
Choose a head ref
  • 10 commits
  • 28 files changed
  • 9 contributors

Commits on Jul 25, 2025

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

Commits on Jul 31, 2025

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

Commits on Aug 5, 2025

  1. Configuration menu
    Copy the full SHA
    8f03166 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all dependencies (#2253)

    Co-authored-by: Leah E. Cole <[email protected]>
    renovate-bot and leahecole authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    abc319b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. feat: retry query jobs if jobBackendError or jobInternalError are…

    … encountered (#2256)
    
    * feat: retry query jobs if `jobBackendError` or `jobInternalError` are encountered
    
    * Update google/cloud/bigquery/retry.py
    tswast authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    3deff1d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. feat: add created/started/ended properties to RowIterator. (#2260)

    * feat: add created/started/ended attribute to RowIterator.
    
    * fix annotation
    
    * links update
    
    * mypy fix
    
    * Update google/cloud/bigquery/query.py
    
    Co-authored-by: Tim Sweña (Swast) <[email protected]>
    
    * Update google/cloud/bigquery/table.py
    
    Co-authored-by: Tim Sweña (Swast) <[email protected]>
    
    * Update google/cloud/bigquery/table.py
    
    Co-authored-by: Tim Sweña (Swast) <[email protected]>
    
    * Update google/cloud/bigquery/query.py
    
    Co-authored-by: Tim Sweña (Swast) <[email protected]>
    
    * Update google/cloud/bigquery/query.py
    
    Co-authored-by: Tim Sweña (Swast) <[email protected]>
    
    * Update google/cloud/bigquery/job/query.py
    
    Co-authored-by: Tim Sweña (Swast) <[email protected]>
    
    * fix unit test
    
    ---------
    
    Co-authored-by: Tim Sweña (Swast) <[email protected]>
    Co-authored-by: Lingqing Gan <[email protected]>
    3 people authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    0a95b24 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. chore: add private _query_and_wait_bigframes method (#2250)

    * chore: add private `_query_and_wait_bigframes` method
    
    Towards internal issue b/409104302
    
    * fix unit tests
    
    * revert type hints
    
    * lint
    
    * Apply suggestions from code review
    
    Co-authored-by: Chalmer Lowe <[email protected]>
    
    * populate created, started, ended
    
    ---------
    
    Co-authored-by: Chalmer Lowe <[email protected]>
    tswast and chalmerlowe authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    6659355 View commit details
    Browse the repository at this point in the history
  2. docs: add a TROUBLESHOOTING.md file with tips for logging (#2262)

    * docs: add a TROUBLESHOOTING.md file with tips for logging
    
    * typo
    
    * finish my sentence
    
    ---------
    
    Co-authored-by: Lingqing Gan <[email protected]>
    tswast and Linchin authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    b684832 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. chore: execute retry tests serially, since they depend on global time (

    …#2265)
    
    * chore: migrate test_base retry tests
    
    * migrate job_helpers test
    
    * migrate more tests
    
    * fix initiate resumable upload tests
    
    * fix failing tests
    
    * remove dead test code
    tswast authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    d41fd5c View commit details
    Browse the repository at this point in the history
  2. chore(main): release 3.36.0 (#2255)

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