Skip to contents

Mirrors batch.get_job_details.

Usage

db_batch_get_job_details(job_id)

Arguments

job_id

Job identifier, as returned by db_batch_submit_job().

Value

A one-row tibble of the job's properties.

Examples

if (FALSE) { # \dontrun{
db_batch_get_job_details("GLBX-20240101-ABCDEF")
} # }