Permalink
base repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v3.18.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.19.0
Choose a head ref
  • 10 commits
  • 58 files changed
  • 7 contributors

Commits on Mar 4, 2024

  1. feat: support RANGE query parameters (#1827)

    * feat: RANGE query parameters and unit tests
    
    * unit test
    
    * unit test coverage
    
    * lint
    
    * lint
    
    * lint
    
    * system test
    
    * fix system test
    
    * ajust init items order
    
    * fix typos and improve docstrings
    @Linchin
    Linchin authoredMar 4, 2024
    Configuration menu
    Copy the full SHA
    b359a9aView commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. fix: augment universe_domain handling (#1837)

    * fix: augment universe_domain handling
    
    This PR revisits the universe resolution for the BQ client, and handles
    new requirements like env-based specification and validation.
    
    * lint
    
    * skipif core too old
    
    * deps
    
    * add import
    
    * no-cover in test helper
    
    * lint
    
    * ignore google.auth typing
    
    * capitalization
    
    * change to raise in test code
    
    * reviewer feedback
    
    * var fix
    
    ---------
    
    Co-authored-by: Lingqing Gan <[email protected]>
    shollyman and Linchin authoredMar 5, 2024
    Configuration menu
    Copy the full SHA
    53c2cbfView commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. feat: support range sql (#1807)

    * feat: support range sql
    
    * add unit tests
    
    * add system test
    
    * lint and remove debug code
    
    * lint and remove debug code
    
    * remove added blank line
    
    * add comment for legacy type
    @Linchin
    Linchin authoredMar 7, 2024
    Configuration menu
    Copy the full SHA
    86a45c9View commit details
    Browse the repository at this point in the history
  2. fix: supplementary fix to env-based universe resolution (#1844)

    * fix: supplementary fix to env-based universe resolution
    
    There's a corner case where conversion from dict to a ClientOptions
    will return a universe_domain value as None that wasn't covered by
    initial testing.  This updates the resolution code and adds tests to
    exercise the new path.
    
    * formatting
    
    ---------
    
    Co-authored-by: Lingqing Gan <[email protected]>
    shollyman and Linchin authoredMar 7, 2024
    Configuration menu
    Copy the full SHA
    b818992View commit details
    Browse the repository at this point in the history
  3. chore: use mock from unittest (#1823)

    * chore: use mock from unittest
    
    * correct user_credentials_test.py
    
    * add try except for Python 3.7
    
    * fixes linting
    
    * adjustments to testing suite to account for dependencies
    
    * updates to mypy_samples.py
    
    * linting for noxfile.py
    
    ---------
    
    Co-authored-by: Chalmer Lowe <[email protected]>
    parthea and chalmerlowe authoredMar 7, 2024
    Configuration menu
    Copy the full SHA
    08762fbView commit details
    Browse the repository at this point in the history
  4. testing: update CI configurations (#1846)

    * testing: remove unnecessary prerelease targets
    
    This PR does two things:
    * remove unneeded prerelease-deps configs for removed and nonexisting CI targets
    * fixes the continuous prerelease-deps-3.12 config
    @shollyman
    shollyman authoredMar 7, 2024
    Configuration menu
    Copy the full SHA
    4387763View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. fix: add google-auth as a direct dependency (#1809)

    * fix: add google-auth as a direct dependency
    
    * update constraints
    
    * fix(deps): Require `google-api-core>=1.34.1, >=2.11.0`
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Lingqing Gan <[email protected]>
    Co-authored-by: Chalmer Lowe <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com>
    4 people authoredMar 8, 2024
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history
  2. fix: supplementary fix to env-based universe resolution (#1847)

    * fix: promote env-based universe into client option parsing
    
    * lint
    
    * add client test
    
    * import
    
    ---------
    
    Co-authored-by: Chalmer Lowe <[email protected]>
    shollyman and chalmerlowe authoredMar 8, 2024
    Configuration menu
    Copy the full SHA
    6dff50fView commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

    * chore(deps): update all dependencies
    
    * Update samples/magics/requirements-test.txt
    
    * Update samples/notebooks/requirements.txt
    
    * Update samples/magics/requirements.txt
    
    update.
    
    * Update samples/desktopapp/requirements-test.txt
    
    * Update samples/geography/requirements-test.txt
    
    * Update samples/notebooks/requirements-test.txt
    
    * Update samples/snippets/requirements-test.txt
    
    ---------
    
    Co-authored-by: Chalmer Lowe <[email protected]>
    renovate-bot and chalmerlowe authoredMar 11, 2024
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history
  2. chore(main): release 3.19.0 (#1840)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..com>
    @release-please
    release-please[bot] authoredMar 11, 2024
    Configuration menu
    Copy the full SHA
    641a712View commit details
    Browse the repository at this point in the history
Loading