Skip to content
All videos
tutorialsDatabricks·July 7, 2025

Getting the Most Out of DLT: A Deep Dive on What’s New and Best Practices

Summary

Databricks' Declarative Pipelines (rebranded from Delta Live Tables) allow users to write production-grade ETL pipelines in just a few lines of SQL or Python by abstracting away checkpoint management, streaming logic, and failure handling. The system uses an optimizer called Enzyme to automatically select the most efficient incremental computation strategy—whether materialized views, streaming tables, or change data capture patterns—based on query type and data characteristics.

Summary generated by brickster.ai from the video transcript.

More from Databricks