In which of the following scenarios should a data engineer select a Task in the Depends On field of a new Databricks Job Task?
In which of the following scenarios should a data engineer select a Task in the Depends On field of a new Databricks Job Task?
A data engineer should select a Task in the Depends On field of a new Databricks Job Task when another task needs to successfully complete before the new task begins. This establishes a dependency, ensuring that the new task only starts execution after the specified task has been successfully completed.
Ans E : E is correct since dependency means the dependent job must complete successfully.
https://docs.databricks.com/en/workflows/jobs/conditional-tasks.html