Permalink
base repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v3.19.0
Choose a base ref
...
head repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: v3.20.0
Choose a head ref
  • 15 commits
  • 40 files changed
  • 8 contributors

Commits on Mar 11, 2024

  1. fix: correct type checking (#1848)

    Correct the way we check whether `self._done_timeout` is an instance of `object` class or not.
    
    Fixes #1838 🦕
    @Linchin
    Linchin authoredMar 11, 2024
    Configuration menu
    Copy the full SHA
    2660dbdView commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. chore(deps): update all dependencies (#1849)

    * chore(deps): update all dependencies
    
    * Update samples/desktopapp/requirements-test.txt
    
    * Update samples/geography/requirements-test.txt
    
    * Update samples/magics/requirements-test.txt
    
    * Update samples/magics/requirements.txt
    
    * Update samples/notebooks/requirements-test.txt
    
    * Update samples/notebooks/requirements.txt
    
    * Update samples/snippets/requirements-test.txt
    
    ---------
    
    Co-authored-by: Chalmer Lowe <[email protected]>
    renovate-bot and chalmerlowe authoredMar 12, 2024
    Configuration menu
    Copy the full SHA
    04f2378View commit details
    Browse the repository at this point in the history
  2. testing: unhook prerelease-deps-3.12 from presubmit (#1851)

    Testing for prerelease-deps is done within continuous.
    
    Co-authored-by: Chalmer Lowe <[email protected]>
    shollyman and chalmerlowe authoredMar 12, 2024
    Configuration menu
    Copy the full SHA
    dc93241View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. chore(python): add requirements for docs build (#1858)

    Source-Link: googleapis/synthtool@85c23b6
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:3741fd1f5f5150378563c76afa06bcc12777b5fe54c5ee01115218f83872134f
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com>
    @gcf-owl-bot
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authoredMar 15, 2024
    Configuration menu
    Copy the full SHA
    71393e0View commit details
    Browse the repository at this point in the history
  2. testing: reduce python versions in unit testing (#1857)

    * testing: evaluate reducing versions under unit test
    
    * align unit and system versions under test
    
    * opt 3.7 back in
    
    * widen range of versions
    
    ---------
    
    Co-authored-by: Lingqing Gan <[email protected]>
    shollyman and Linchin authoredMar 15, 2024
    Configuration menu
    Copy the full SHA
    c1b4dffView commit details
    Browse the repository at this point in the history
  3. chore(python): update dependencies in /.kokoro (#1859)

    Source-Link: googleapis/synthtool@db94845
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:a8a80fc6456e433df53fc2a0d72ca0345db0ddefb409f1b75b118dfd1babd952
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com>
    Co-authored-by: Lingqing Gan <[email protected]>
    3 people authoredMar 15, 2024
    Configuration menu
    Copy the full SHA
    bb59f73View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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

Commits on Mar 19, 2024

  1. fix: update error logging when converting to pyarrow column fails (#1836

    )
    
    * fix: update error logging when converting to pyarrow column fails
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * resolve merge conflict
    
    * resolve missing dependency
    
    * more tweaks to constraints and requirements re pyarrow
    
    * even more tweaks to constraints and requirements re pyarrow
    
    * a few more tweaks to constraints and requirements re pyarrow
    
    * resolves issue of pyarrow not installing
    
    * fix linting issue
    
    * update linting and conditionals
    
    * update linting and mypy comments
    
    * quick tags on several coverage issues related to imports
    
    * adds pragma to exception
    
    * updates test suite with new test and makes msg explicit
    
    * temporarily adding timing code
    
    * additional timing test mods
    
    * add pragmas to account for several tests
    
    * cleaned up some test code
    
    * cleaned up some test code
    
    * Update a test to include column datatype
    
    * update to pytest.raises command
    
    * Update tests/unit/test__pandas_helpers.py
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * removed unused variable 'e'
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com>
    chalmerlowe and gcf-owl-bot[bot] authoredMar 19, 2024
    Configuration menu
    Copy the full SHA
    0ac6e9bView commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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

Commits on Mar 22, 2024

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

Commits on Mar 27, 2024

  1. fix: use an allowlist instead of denylist to determine when `query_an…

    …d_wait` uses `jobs.query` API (#1869)
    @tswast
    tswast authoredMar 27, 2024
    Configuration menu
    Copy the full SHA
    e265db6View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08b1e6fView commit details
    Browse the repository at this point in the history
  3. fix: updates a number of optional dependencies (#1864)

    This fix updates a number of optional dependencies.
    We use a different module import process (pytest.importorskip versus unittest.skipif).
    
    This first major commit gets the ball rolling, there are gonna be a few additional commits to cover other files.
    
    Fixes #<issue_number_goes_here> 🦕
    @chalmerlowe
    chalmerlowe authoredMar 27, 2024
    Configuration menu
    Copy the full SHA
    c2496a1View commit details
    Browse the repository at this point in the history
  4. chore(deps): update all dependencies (#1873)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update samples/geography/requirements.txt
    
    * Update samples/geography/requirements.txt
    
    * Update samples/geography/requirements.txt
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com>
    Co-authored-by: Chalmer Lowe <[email protected]>
    3 people authoredMar 27, 2024
    Configuration menu
    Copy the full SHA
    1e71bc8View commit details
    Browse the repository at this point in the history
  5. chore(main): release 3.20.0 (#1850)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..com>
    Co-authored-by: Tim Sweña (Swast) <[email protected]>
    release-please[bot] and tswast authoredMar 27, 2024
    Configuration menu
    Copy the full SHA
    7dfee0cView commit details
    Browse the repository at this point in the history
Loading