
Explanation:
The correct approach is to use a single job to set up both the notebook and DLT pipeline tasks with a linear dependency. Here's how to do it in the Jobs UI:
Ultimate access to all questions.
No comments yet.
When setting up a Databricks job with two tasks—the first to download data via a notebook and the second to process this data with a DLT pipeline—how should you configure this in the Jobs UI?
A
Jobs UI does not support DTL pipeline, setup the first task using jobs UI and setup the DLT to run in continuous mode.
B
Single job can be used to setup both notebook and DLT pipeline, use two different tasks with linear dependency.
C
Add first step in the DLT pipeline and run the DLT pipeline as triggered mode in JOBS UI.
D
Jobs UI does not support DTL pipeline, setup the first task using jobs UI and setup the DLT to run in trigger mode.
E
Single job cannot have a notebook task and DLT Pipeline task, use two different jobs with linear dependency.