
Ultimate access to all questions.
After initiating a job using the Databricks CLI and receiving a JSON response containing a run_id, what does this specific identifier represent?_
A
It serves as a globally unique identifier for that specific execution instance of the job.
B
It is a concatenation of the job_id and the number of times the job has been triggered._
C
It represents the total execution count of all jobs within the workspace at that moment.
D
It is an alias for the job_id that refers back to the job's definition._