Description Usage Arguments Details Value
List the BigQuery jobs for the projectId
1 2 3 | bqr_list_jobs(projectId = bqr_get_global_project(), allUsers = FALSE,
projection = c("full", "minimal"), stateFilter = c("done", "pending",
"running"))
|
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. |
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.
A list of jobs resources
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.