Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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.

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.

Value

A list of jobs resources


bigQueryR

Interface with Google BigQuery with Shiny Compatibility

v0.5.0
MIT + file LICENSE
Authors
Mark Edmondson [aut, cre], Hadley Wickham [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.