bqr_wait_for_job: Wait for a bigQuery job

View source: R/jobs.R

bqr_wait_for_jobR Documentation

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()


cloudyr/bigQueryR documentation built on May 23, 2024, 10:18 a.m.