cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

DLT Event Log

kfoster
Contributor

I am trying to utilize the Event Log DLT is keeping updated, I noticed some of the fields are consistently empty/null.

In the Event Log, located ".../storage/system/events", I see the field "origin" and there are nested fields within which are empty/null. How does the "table_id", "table_name", and "batch_id" become populated?

2 REPLIES 2

jose_gonzalez
Databricks Employee
Databricks Employee

Hi @Kristian Fosterโ€‹,

The following docs will provide more details on the event log schema. Please refer to this link https://docs.databricks.com/workflows/delta-live-tables/delta-live-tables-event-log.html#monitor-pip...

Thank you @Jose Gonzalezโ€‹, the question is more about the nested JSON fields within that structure. The fields are null for "table_id", "table_name", and "batch_id".