databricks
advanced
Connecting…

Delta Live Tables (Lakeflow)

Declare bronze/silver/gold tables and expectations. DLT infers the graph, checkpoints each table, and stops downstream on failure.

Explain it at my level

  1. Declare
  2. Graph
  3. Expect
  4. Run
Watch the canvas:bronzesilver + expectgoldLive simulation
@dlt.table bronzecloud_files landing@dlt.table silverdlt.read('bronze')@dlt.table golddlt.read('silver')Declare tables. Do not wire a 12-task Jobs workflow by hand.
DLT is a declared pipeline: graph, expectations, and ordered Delta commits.