
Answer-first summary for fast verification
Answer: None of these changes will need to be made
Delta Live Tables (DLT) supports the medallion architecture, the combination of streaming and batch sources, and both Python and SQL. Therefore, none of the mentioned changes need to be made when migrating to Delta Live Tables.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are part of a collaborative effort between a data engineer and a data analyst who are developing a data pipeline. In this project, the data engineer is responsible for handling the raw, bronze, and silver layers of the pipeline using Python. Meanwhile, the data analyst manages the gold layer of the pipeline using SQL. The raw data source for this pipeline comes from a streaming input. The team has decided to migrate their existing pipeline to use Delta Live Tables. What modifications will be necessary for the pipeline to facilitate this migration to Delta Live Tables?
A
None of these changes will need to be made
B
The pipeline will need to stop using the medallion-based multi-hop architecture
C
The pipeline will need to be written entirely in SQL
D
The pipeline will need to use a batch source in place of a streaming source
E
The pipeline will need to be written entirely in Python
No comments yet.