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
base: v3.16.0
Choose a base ref
...
head repository: googleapis/python-bigquery
compare: v3.17.0
Choose a head ref
  • 11 commits
  • 34 files changed
  • 11 contributors

Commits on Jan 16, 2024

  1. feat: support universe resolution (#1774)

    * feat: support universe resolution
    
    This PR wires up consumption of the universe_domain client option for
    resolving the endpoint for constructing the BQ client.
    
    Testing universes is not yet something we want to in this repo, so
    validation was done out of band.
    
    * formatting and testing
    
    * conditionals for stale core
    
    * formatting
    
    * unused import
    shollyman committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    0b5c1d5 View commit details
    Browse the repository at this point in the history
  2. build(python): fix docs and docfx builds (#1779)

    Source-Link: https://togithub.com/googleapis/synthtool/commit/fac8444edd5f5526e804c306b766a271772a3e2f
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:5ea6d0ab82c956b50962f91d94e206d3921537ae5fe1549ec5326381d8905cfa
    gcf-owl-bot[bot] committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    1271b18 View commit details
    Browse the repository at this point in the history
  3. docs: update snippets.py to use query_and_wait (#1773)

    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:
    - [ ] Make sure to open an issue as a [bug/issue](https://togithub.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
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> 🦕
    DevStephanie committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    d90602d View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. chore: cleanup resources at startup (#1741)

    * chore: cleanup resources at startup time
    
    * reformmated with black for linter
    
    * changd how to call prefixer to clean up datasets, not tables
    
    * Removed formatting for uuid
    
    * Removed unneeded import of uuid
    
    * remove comment from dataset_access_test.py
    kiraksi committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ffe8059 View commit details
    Browse the repository at this point in the history
  2. docs: update multiple samples to change query to query_and_wait (#1784)

    * docs: update multiple samples for query_and_wait API
    
    * black
    
    * update rest of samples to use query_and_wait
    
    * changed query_jobs to results
    kiraksi committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    d1161dd View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. docs: update the query with no cache sample to use query_and_wait API (

    …#1770)
    
    Co-authored-by: Salem Boyland <[email protected]>
    Co-authored-by: Kira <[email protected]>
    3 people committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    955a4cd View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. docs: remove unused query code sample (#1769)

    * docs: remove unused query code sample
    
    This sample was moved in https://github.com/googleapis/python-bigquery/pull/1722/files#diff-2e8df14049580f42d6c73a3209838b96f3c9b185d2d7f2688683ae60bb2e7c43. Docs updated in internal change 597332356.
    
    * remove sample test too
    
    * update reference to query() sample in usage guides
    
    ---------
    
    Co-authored-by: Kira <[email protected]>
    tswast and kiraksi committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    1f96439 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. docs: Updates query to query and wait in samples/desktopapp/user_…

    …credentials.py (#1787)
    
    * Updates file
    
    * Updates files
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Updates
    
    * edits
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    DevStephanie and gcf-owl-bot[bot] committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    89f1299 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. fix: query_and_wait now retains unknown query configuration `_prope…

    …rties` (#1793)
    
    * fix: `query_and_wait` now retains unknown query configuration `_properties`
    
    fix: raise `ValueError` in `query_and_wait` with wrong `job_config` type
    tswast committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4ba4342 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. feature: add query location for bigquery magic (#1771)

    Co-authored-by: Lingqing Gan <[email protected]>
    Gaurang033 and Linchin committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    6559dde View commit details
    Browse the repository at this point in the history
  2. chore(main): release 3.17.0 (#1780)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    17e9d06 View commit details
    Browse the repository at this point in the history