A data engineer has three notebooks in an ELT pipeline. The notebooks need to be executed in a specific order for the pipeline to complete successfully. The data engineer would like to use Delta Live Tables to manage this process.
Which of the following steps must the data engineer take as part of implementing this pipeline using Delta Live Tables?
a) Define the notebooks in any order and let Delta Live Tables automatically determine the execution sequence.
b) Utilize Databricks Jobs API to schedule notebook execution.
c) Create a DAG (Directed Acyclic Graph) specifying the execution order of the notebooks.
d) Use Databricks Notebook Widgets to orchestrate notebook execution.

Q&A Education