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

A data engineer, User A, has promoted a pipeline to production by using the REST API to programmatically create several jobs. A DevOps engineer, User B, has configured an external orchestration tool to trigger job runs through the REST API. Both users authorized the REST API calls using their personal access tokens.

A workspace admin, User C, inherits responsibility for managing this pipeline. User C uses the Databricks Jobs UI to take "Owner" privileges of each job. Jobs continue to be triggered using the credentials and tooling configured by User B.

An application has been configured to collect and parse run information returned by the REST API. Which statement describes the value returned in the creator_user_name field?

    Correct Answer: B

    The value in the creator_user_name field will reflect the user whose credentials are used to trigger the job run. Since User B's credentials are always used to trigger the runs through the external orchestration tool, User B's email address will always appear in this field.

Discussion
fcfb11cOption: E

Answer: E

c00ccb7Option: B

Should be the DevOps email address

c00ccb7Option: B

the creator_user_name field reflects the user who triggered the job run

Deb9753Option: C

Answer: C