Exam Certified Data Engineer Professional All QuestionsBrowse all questions from this exam
Question 104

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?

    Correct Answer: E

    The number alongside the run_id field represents the globally unique ID of the newly triggered run. Each execution of a job in Databricks is assigned a unique run_id, which helps in tracking and referencing that specific job run.

Discussion
vctrhugoOption: E

The number alongside the "run_id" field represents the globally unique identifier assigned to the newly triggered run of the job. Each run of a job in Databricks is assigned a unique run_id, allowing you to track and reference that specific execution of the job.

Def21Option: E

Verified from Databricks UI