
Answer-first summary for fast verification
Answer: Single job can be used to setup both notebook and DLT pipeline, use two different tasks with linear dependency.
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: 1. Create a notebook task. 2. Create a DLT task and add the notebook task as a dependency. 3. Finalize the setup to view both tasks in the job.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
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.
No comments yet.