bigQueryR (version 0.3.1)

bqr_wait_for_job: Wait for a bigQuery job

Description

Wait for a bigQuery job to finish.

Usage

bqr_wait_for_job(job, wait = 5)

Arguments

job

A job object

wait

The number of seconds to wait between checks

Use this function to do a loop to check progress of a job running

Value

After a while, a completed job

See Also

Other BigQuery asynch query functions: bqr_download_extract, bqr_extract_data, bqr_get_job, bqr_grant_extract_access, bqr_query_asynch