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:ย 

When developing Delta Live Tables, is there a way to see the query history?

User16826992666
Valued Contributor

I am not sure where I can look currently to see how my DLT queries are performing. How can I investigate the query plan for past DLT runs?

1 REPLY 1

Priyanka_Biswas
Databricks Employee
Databricks Employee

Hello @Trevor Bishopโ€‹ 

You can check the query plan in the Spark UI , SQL tab. You would need to select the past run from dropdown and click on SparkUI

Additionally an event log is created and maintained for every Delta Live Tables pipeline. The event log contains all information related to the pipeline, including audit logs, data quality checks, pipeline progress, and data lineage. You can use the event log to track, understand, and monitor the state of your data pipelines.

Ref:https://docs.databricks.com/workflows/delta-live-tables/delta-live-tables-event-log.html

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now