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

When using CLI or REST API to get results from jobs with multiple tasks, which statement correctly describes the response structure?

    Correct Answer: D

    When using CLI or REST API to get results from jobs with multiple tasks, each run of a job is typically assigned a unique run_id to identify that specific execution of the job. Additionally, each individual task within that job run is assigned a unique task_id to differentiate between the various tasks. This structure allows for clear identification and retrieval of data related to specific job runs and their associated tasks.

Discussion
MDWPartnersOption: D

Seems right