Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add an enhanced layer for BigQuery Storage v1beta2 client #48

Merged
merged 4 commits into from Jan 30, 2020
Merged

feat: add an enhanced layer for BigQuery Storage v1beta2 client #48

merged 4 commits into from Jan 30, 2020

Commits on Jan 28, 2020

  1. Create a shim layer for the BigQuery Storage API v1beta2.

    This change adds a simple shim layer to the BigQuery Read API client.
    
    It is modeled after the shim layer in the BigQuery Storage API v1beta1, where the parameters are simple pass-throughs to the underlying gRPC client stub.
    
    The shim currently does nothing but read default values from the base
    client layer and pass them back through.
    mmladenovski committed Jan 28, 2020
    Copy the full SHA
    72a080a View commit details
    Browse the repository at this point in the history
  2. Add a resumption strategy for v1beta2 ReadRows.

    This change modifies the configuration for the v1beta2 ReadRows API to add a resumption strategy. The resumption strategy will allow the connection to be resumed transparently in the case of transient errors.
    mmladenovski committed Jan 28, 2020
    Copy the full SHA
    020dbe1 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Copy the full SHA
    5675ea2 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Copy the full SHA
    45970e6 View commit details
    Browse the repository at this point in the history