Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.
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-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.29.1
Choose a base ref
...
head repository: googleapis/python-bigquery-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.30.0
Choose a head ref
  • 5 commits
  • 134 files changed
  • 5 contributors

Commits on Mar 14, 2025

  1. Configuration menu
    Copy the full SHA
    a1fa1c7 View commit details
    Browse the repository at this point in the history
  2. feat: link stream to use _Connection (#901)

    * feat: link stream to use _Connection and add unit tests
    
    * docstring
    
    * fix unit test in python 3.7
    
    * add system test
    
    * lint
    
    * correct location for system test
    
    * fix system test
    
    * address comments
    
    * use dict for closing connections
    
    * switch back to use local variable for closed connections
    
    * removed unused variable
    Linchin authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    28e0529 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. chore: Update gapic-generator-python to 1.23.6 (#917)

    * chore: Update gapic-generator-python to 1.23.6
    
    PiperOrigin-RevId: 738170370
    
    Source-Link: googleapis/googleapis@3f1e17a
    
    Source-Link: googleapis/googleapis-gen@9afd8c3
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWFmZDhjMzNkNGNhZTYxMGI3NWZhNDk5OTI2NGVhOGM4YzY2YjlkMiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    33006a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. feat: sample for AppendRowsStream with Arrow (#915)

    * feat: sample for AppendRowsStream with Arrow
    
    * Update requirements.txt
    
    * add test fixtures
    
    * lint
    
    * remove unused code
    
    * correct fixtures
    
    * add log for debugging
    
    * remove debug code and small fixes
    
    * remove fastavro in requirements.txt
    
    * remove version for storage
    
    * add print
    
    * use schema in template and add table verification
    
    * add a simple strategy to split large tables
    
    * fix unit test
    
    * wording
    
    * add dependency
    
    * address comments
    Linchin authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    a6df546 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.30.0 (#914)

    * chore(main): release 2.30.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    release-please[bot] and gcf-owl-bot[bot] authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    1408398 View commit details
    Browse the repository at this point in the history
Loading