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 reload argument to *Job.done() functions #341

Merged
merged 5 commits into from Oct 28, 2020

Commits on Oct 23, 2020

  1. feat: add reload argument to *Job.done() functions

    This enables checking the job status without making an API call.
    
    It also fixes an inconsistency in `QueryJob`, where a job can be
    reported as "done" without having the results of a `getQueryResults` API
    call.
    tswast committed Oct 23, 2020
    Copy the full SHA
    dbd1860 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6768f90 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

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

Commits on Oct 27, 2020

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

Commits on Oct 28, 2020

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