
Ultimate access to all questions.
Explanation:
In Databricks, when you trigger a job run using the CLI or API, the response includes a run_id field. This run_id is a globally unique identifier for that specific job run instance.
Key points:
This unique run_id is essential for:
When you submit a job run request successfully, Databricks generates and returns this unique identifier to allow you to monitor and manage that specific execution.
No comments yet.
The Databricks CLI is used to trigger a run of an existing job by passing the job_id parameter. The response that the job run request has been submitted successfully includes a field run_id. Which statement describes what the number alongside this field represents?
A
The job_id and number of times the job has been run are concatenated and returned.
B
The total number of jobs that have been run in the workspace.
C
The number of times the job definition has been run in this workspace.
D
The job_id is returned in this field.
E
The globally unique ID of the newly triggered run.