Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When using the Databricks CLI to trigger a run of an existing job by specifying the job_id parameter, the successful response includes a run_id field. What does the numerical value associated with this field signify?
job_id
run_id
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.