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.7.0
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.8.0
Choose a head ref
  • 5 commits
  • 29 files changed
  • 6 contributors

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    2d61e0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7fc4ec View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

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

Commits on Sep 10, 2021

  1. feat: add BigQueryWriteClient where append_rows returns a helper …

    …for writing rows (#284)
    
    * WIP: write client sample
    
    * add sample with nullable types
    
    * add schema for all supported types
    
    * add complex types to code sample
    
    * refactor sample so that it can be tested
    
    * make test assertions more thorough
    
    * fix lint error
    
    * remove done TODO
    
    * address reviewer comments
    
    * fix tag mismatch
    
    * test on multiple regions
    
    * correct comments about why offset exists
    
    * upgrade g-c-b
    
    * WIP: invert stream using BiDi class
    
    * WIP: attempt to use Future for send instead
    
    * WIP: use futures, populated by background consumer
    
    * make sure stream is actually open before returning from open
    
    * copy close implementation from pub/sub
    
    * support extra metadata
    
    * process exceptions, add open timeout
    
    * sort imports
    
    * WIP: unit tests
    
    * drain futures when stream closes
    
    * update docs
    
    * add callbacks to detect when a stream fails
    
    * add unit tests
    
    * add sleep to loop waiting for RPC to be active
    
    * don't freeze if initial RPC fails
    
    * add needed initializations so done() functions
    
    * fail fast when there is a problem with the initial request
    
    * don't inherit concurrent.futures
    
    It's unnecessary and kept resulting in stuff getting stuck.
    
    * add unit test for open timeout
    
    * 🦉 Updates from OwlBot
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * add manual client to docs
    
    * typo in sample comments
    
    * force timeout and metadata to be kwargs
    
    * unify interface for sending row data
    
    * pull stream name from merged request
    
    * require newer proto-plus for copy_from method
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    tswast and gcf-owl-bot[bot] authored Sep 10, 2021
    Configuration menu
    Copy the full SHA
    2461f63 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. chore: release 2.8.0 (#297)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ## [2.8.0](https://www.github.com/googleapis/python-bigquery-storage/compare/v2.7.0...v2.8.0) (2021-09-10)
    
    
    ### Features
    
    * add `BigQueryWriteClient` where `append_rows` returns a helper for writing rows ([#284](https://www.github.com/googleapis/python-bigquery-storage/issues/284)) ([2461f63](https://www.github.com/googleapis/python-bigquery-storage/commit/2461f63d37f707c2d634a95d87b8ffc3e4af3686))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Sep 13, 2021
    Configuration menu
    Copy the full SHA
    eb74af9 View commit details
    Browse the repository at this point in the history
Loading