Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
To effectively monitor the performance and status of Delta Live Tables (DLT) pipelines, which method provides the ability to query the event log for detailed metrics and update history?
A
Directly accessing the DLT UI for real-time metrics without the need for querying.
B
Querying the Delta Lake table directly for pipeline metrics, bypassing the event log.
C
Executing the command SELECT * FROM event_log to fetch all entries from the event log.
SELECT * FROM event_log
D
Establishing a temporary view on the event log path and querying this view to obtain specific metrics.