
Answer-first summary for fast verification
Answer: Each task within the job run is assigned a unique run_id
Correct. Each task of the job run will have a unique run_id, which can be used to retrieve its output with the endpoint ‘api/2.1/jobs/runs/get-output’. Reference: [Databricks API Documentation](https://docs.databricks.com/dev-tools/api/latest/jobs.html#operation/JobsRunsGetOutput)
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
When a data engineer uses the Databricks REST API to send a GET request to the endpoint ‘api/2.1/jobs/runs/get’ for retrieving the metadata of a multi-task job run by its run_id, which of the following statements accurately describes the response structure of this API call?
A
Each task within the job run is assigned a unique task_id
B
Each task within the job run is assigned a unique orchestration_id
C
Tasks do not have any unique identifier within a job run
D
Each task within the job run is assigned a unique job_id
E
Each task within the job run is assigned a unique run_id
No comments yet.