Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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.