Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a data engineer establish a linear dependency between Task A and Task B in Databricks Jobs?
A
Assign Task A an Order number of 1, and assign Task B an Order number of 2
B
Use the dbutils.jobs utility to configure the dependency at the notebook level
C
Select Task A in the Depends On field of the Task B configuration
D
Visually drag and drop an arrow from Task A to Task B in the Job canvas
E
Databricks Jobs do not support linear dependency between tasks. This can only be achieved in Delta Live Tables pipelines