When developing Delta Live Tables, is there a way to see the query history?
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?
- 1131 Views
- 1 replies
- 3 kudos
Latest Reply
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 SparkUIAdditionally an event log is created and maintained for every Delta Live Tables pipeline. The event ...
- 3 kudos