
Answer-first summary for fast verification
Answer: A path to cloud storage location for the written data, At least one notebook library to be executed
When creating a Delta Live Tables (DLT) pipeline, certain parameters are mandatory. A path to cloud storage location for the written data (C) is required because the pipeline needs a storage location to persist processed data and metadata. This is explicitly configured during pipeline creation. At least one notebook library to be executed (E) is mandatory because the pipeline must execute code (notebooks or scripts) that defines the data processing logic and tables. Without this, the pipeline has no instructions to run. Other options like configurations (A), DBU cost preference (B), or target database location (D) are optional or handled automatically by the system.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Which of the following options are required when creating a new Delta Live Tables pipeline?
A
A key-value pair configuration
B
The preferred DBU/hour cost
C
A path to cloud storage location for the written data
D
A location of a target database for the written data
E
At least one notebook library to be executed
No comments yet.