List the BigQuery jobs for the projectId
bqr_list_jobs(projectId = bqr_get_global_project(), allUsers = FALSE,
projection = c("full", "minimal"), stateFilter = c("done", "pending",
"running"))
projectId of job
Whether to display jobs owned by all users in the project.
"full" - all job data, "minimal" excludes job configuration.
Filter for job status.
A list of jobs resources
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.