
Ultimate access to all questions.
After triggering a job using the Databricks CLI and receiving a JSON response containing a run_id, what does this specific value represent?_
A
It serves as the job_id associated with the job definition._
B
It is a globally unique identifier for that specific instance of the job run.
C
It is a counter indicating how many times the job definition has been executed in the workspace.
D
It is a composite value created by concatenating the job_id with the current execution count._