
Answer-first summary for fast verification
Answer: They can navigate to the DLT pipeline page, click on each table, and view the data quality statistics.
To identify the table that is dropping the records due to quality concerns in a Delta Live Tables (DLT) pipeline, the data engineer can navigate to the DLT pipeline page, click on each table, and view the data quality statistics. This will provide the necessary insights to determine at which table the data is being dropped.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
In a Delta Live Tables (DLT) pipeline, a data engineer is working with three tables and has set up the pipeline to drop invalid records at each stage. The engineer observes that some records are being dropped at some point within this pipeline due to quality issues. To determine the specific table at which these records are being dropped, what approach can the data engineer take?
A
They can set up separate expectations for each table when developing their DLT pipeline.
B
They can navigate to the DLT pipeline page, click on the ‘Error’ button, and review the present errors.
C
They can set up DLT to notify them via email when records are dropped.
D
They can navigate to the DLT pipeline page, click on each table, and view the data quality statistics.