Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
When transitioning a data pipeline to Delta Live Tables, with Python used for the raw, bronze, and silver layers, and SQL for the gold layer, and a streaming input as the raw source, what adjustment is necessary?
A
The pipeline will need to be written entirely in SQL
B
The pipeline will need to use a batch source in place of a streaming source
C
None of these changes will need to be made
D
The pipeline will need to be written entirely in Python
E
The pipeline will need to stop using the medallion-based multi-hop architecture