SELECT
job_id,
SAFE_DIVIDE(total_slot_ms, TIMESTAMP_DIFF(end_time,start_time,MILLISECOND)) AS num_slot,
TIMESTAMP_DIFF(end_time, start_time, SECOND) AS elapsed_time
FROM
`region-asia-northeast1.INFORMATION_SCHEMA.JOBS`
WHERE
job_id = "foobar"
More than 1 year has passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme