
Ultimate access to all questions.
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
Explanation:
When creating a new Delta Live Tables pipeline, the essential requirement is to specify at least one notebook library to be executed. Delta Live Tables pipelines are defined using notebooks or Python files that contain the pipeline logic. The other options are not mandatory:
The fundamental requirement is that a pipeline must have source code (notebooks or Python files) to execute, making option E the correct answer.