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

Commits on Jan 21, 2025

  1. feat: support resource_tags for table (#2093)

    * feat: support resource_tags for table
    
    * fix: system test for resource tags
    
    * fix: typo
    
    * fix: unit test
    
    * Update tests/unit/test_client.py
    
    * Update google/cloud/bigquery/table.py
    
    * Update google/cloud/bigquery/table.py
    
    * Update google/cloud/bigquery/table.py
    
    * fix: append random string suffix to resource tags to prevent test conflicts
    
    * Update google/cloud/bigquery/table.py
    
    ---------
    
    Co-authored-by: Lingqing Gan <[email protected]>
    hrkh and Linchin authoredJan 21, 2025
    Configuration menu
    Copy the full SHA
    d4070caView commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. chore(python): fix docs publish build (#2113)

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

Commits on Jan 31, 2025

  1. feat: add roundingmode enum, wiring, and tests (#2121)

    * feat: adds roundingmode and entity types
    
    * Adds rounding_mode to schema file and tests
    
    * tweaks RoundingMode docstring and roundingmode logic
    
    * Updates tests to apply better coverage for rounding_mode
    
    * Modifies docstring
    
    * Removes client-side validation, simplifies some code
    
    * Updates foreign_type_definition processing
    @chalmerlowe
    chalmerlowe authoredJan 31, 2025
    Configuration menu
    Copy the full SHA
    3a48948View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. fix: avoid blocking in download thread when using BQ Storage API (#2034)

    This prevents a deadlock between the main thead and download threads
    when the threadpool is shutdown prematurely.
    
    Co-authored-by: Chalmer Lowe <[email protected]>
    Co-authored-by: Tim Sweña (Swast) <[email protected]>
    3 people authoredFeb 3, 2025
    Configuration menu
    Copy the full SHA
    54c8d07View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. test: add unit test covering the case where worker streams are stoppe…

    …d early (#2127)
    
    * test: add unit test covering the case where worker streams are stopped early
    
    * use older pyarrow.record_batch constructor
    
    * remove flakey log-based tests from snippets
    
    * add a gc.collect() call to make sure threads are supposed to be cleaned up
    @tswast
    tswast authoredFeb 6, 2025
    Configuration menu
    Copy the full SHA
    5e7d5edView commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. docs: update magics.rst (#2125)

    * Update magics.rst
    
    use bigquery-magics package for the %%bigquery magic
    
    * Update magics.rst
    
    add back space
    
    * update reference and link for bigquery magics
    
    ---------
    
    Co-authored-by: Lingqing Gan <[email protected]>
    aliciawilliams and Linchin authoredFeb 14, 2025
    Configuration menu
    Copy the full SHA
    b5bcfb3View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump cryptography from 43.0.1 to 44.0.1 in /.kokoro (#2130)

    Bumps [cryptography](https://.com/pyca/cryptography) from 43.0.1 to 44.0.1.
    - [Changelog](https://.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@43.0.1...44.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply..com>
    Co-authored-by: Lingqing Gan <[email protected]>
    dependabot[bot] and Linchin authoredFeb 14, 2025
    Configuration menu
    Copy the full SHA
    b03a2afView commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. deps: use pandas-gbq to determine schema in `load_table_from_datafram…

    …e` (#2095)
    
    * feat: use pandas-gbq to determine schema in `load_table_from_dataframe`
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix some unit tests
    
    * 🦉 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
    
    * bump minimum pandas-gbq to 0.26.1
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * drop pandas-gbq from python 3.7 extras
    
    * relax warning message text assertion
    
    * use consistent time zone presense/absense in time datetime system test
    
    * Update google/cloud/bigquery/_pandas_helpers.py
    
    * Update google/cloud/bigquery/_pandas_helpers.py
    
    Co-authored-by: Chalmer Lowe <[email protected]>
    
    * remove pandas-gbq from at least 1 unit test and system test session
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com>
    Co-authored-by: Chalmer Lowe <[email protected]>
    3 people authoredFeb 21, 2025
    Configuration menu
    Copy the full SHA
    7603bd7View commit details
    Browse the repository at this point in the history
  2. Feat: Adds foreign_type_info attribute to table class and adds unit t…

    …ests. (#2126)
    
    * adds foreign_type_info attribute to table
    
    * feat: Adds foreign_type_info attribute and tests
    
    * updates docstrings for foreign_type_info
    
    * Updates property handling, especially as regards set/get_sub_prop
    
    * Removes extraneous comments and debug expressions
    
    * Refactors build_resource_from_properties w get/set_sub_prop
    
    * updates to foreign_type_info, tests and wiring
    
    * Adds logic to detect non-Sequence schema.fields value
    
    * updates assorted tests and logic
    @chalmerlowe
    chalmerlowe authoredFeb 21, 2025
    Configuration menu
    Copy the full SHA
    2c19681View commit details
    Browse the repository at this point in the history
  3. deps: updates required checks list in (#2136)

    * deps: updates required checks list in 
    
    * deps: updates snippet and system checks in  to remove 3.9
    
    * changes the order of two items in the list.
    @chalmerlowe
    chalmerlowe authoredFeb 21, 2025
    Configuration menu
    Copy the full SHA
    fea49ffView commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. chore(python): conditionally load credentials in .kokoro/build.sh (#2137

    )
    
    Source-Link: googleapis/synthtool@aa69fb7
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f016446d6e520e5fb552c45b110cba3f217bffdd3d06bdddd076e9e6d13266cf
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com>
    @gcf-owl-bot
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authoredFeb 25, 2025
    Configuration menu
    Copy the full SHA
    de10185View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. fix: retry 404 errors in Client.query(...) (#2135)

    * fix: retry 404 errors in `Client.query(...)`
    
    * retry on 404
    
    * only retry notfound on jobs.insert
    
    * try to improve code coverage
    
    * disambiguate job not found from dataset/table not found
    
    * remove use of private attributes
    
    * fix unit tests
    
    * fix cover for retry.py
    @tswast
    tswast authoredFeb 26, 2025
    Configuration menu
    Copy the full SHA
    View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. chore(main): release 3.30.0 (#2119)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..com>
    @release-please
    release-please[bot] authoredFeb 27, 2025
    Configuration menu
    Copy the full SHA
    3a1e3f3View commit details
    Browse the repository at this point in the history
Loading