
Explanation:
When the storage location is not explicitly set for a Delta Live Table (DLT) pipeline, the system defaults to storing the events log in the /pipelines/{pipeline-id}/system/events directory. This ensures that event logs are systematically organized and accessible for pipeline monitoring and debugging purposes.
In the absence of a specified storage setting for a Delta Live Table pipeline, where is the events log stored by default?
A
/pipelines/log
B
/pipelines/system/events
C
/{pipeline-id}/logs
D
/system/logs
E
/pipelines/{pipeline-id}/system/events
No comments yet.