
Ultimate access to all questions.
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
When another task needs to be replaced by the new task
B
When another task needs to fail before the new task begins
C
When another task has the same dependency libraries as the new task
D
When another task needs to use as little compute resources as possible
E
When another task needs to successfully complete before the new task begins
Explanation:
In Databricks Jobs, the Depends On field is used to define task dependencies. When you select a task in the Depends On field of a new task, you are specifying that the new task should only start after the selected task has successfully completed.
In an ETL pipeline, you might have:
Task B would have Task A in its Depends On field, ensuring transformation only starts after successful extraction.