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(bigquery/storage/managedwriter): switch to opt-in retry #6765

Merged
merged 4 commits into from Sep 28, 2022

Commits on Sep 28, 2022

  1. feat(bigquery/storage/managedwriter): switch to opt-in retry

    This PR changes the write option from a disable (opt-out) to an
    enable (opt-in) for performing retries of appends.  We add additional
    guidance to the option indicating its usage.
    
    We also expand the existing large insert integration test to validate
    the expected behavior both with and without retries enabled.
    shollyman committed Sep 28, 2022
    Copy the full SHA
    3b2258c View commit details
    Browse the repository at this point in the history
  2. correct error string

    shollyman committed Sep 28, 2022
    Copy the full SHA
    d7cd9ac View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8176d50 View commit details
    Browse the repository at this point in the history
  4. lint

    shollyman committed Sep 28, 2022
    Copy the full SHA
    59968a8 View commit details
    Browse the repository at this point in the history