
Explanation:
When creating a new Delta Live Tables pipeline, the minimum requirement is to specify at least one notebook library to be executed. This is because Delta Live Tables pipelines are defined using notebooks or Python files that contain the data transformation logic.
Let's analyze each option:
A. A key-value pair configuration - ❌ NOT required
B. The preferred DBU/hour cost - ❌ NOT required
C. A path to cloud storage location for the written data - ❌ NOT required
D. A location of a target database for the written data - ❌ NOT required
E. At least one notebook library to be executed - ✅ REQUIRED
Therefore, the correct answer is E - At least one notebook library to be executed.
Ultimate access to all questions.
No comments yet.
Which of the following must be specified 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