bigQueryR (version 0.4.0)

bqr_list_jobs: List BigQuery jobs

Description

List the BigQuery jobs for the projectId

Usage

bqr_list_jobs(projectId = bqr_get_global_project(), allUsers = FALSE,
  projection = c("full", "minimal"), stateFilter = c("done", "pending",
  "running"))

Arguments

projectId

projectId of job

allUsers

Whether to display jobs owned by all users in the project.

projection

"full" - all job data, "minimal" excludes job configuration.

stateFilter

Filter for job status.

Value

A list of jobs resources

Details

Lists all jobs that you started in the specified project. Job information is available for a six month period after creation. The job list is sorted in reverse chronological order, by job creation time. Requires the Can View project role, or the Is Owner project role if you set the allUsers property.