Dlt Expectations Patterns

Spark Declarative Pipeline (SDP, formerly DLT) expectations patterns for data quality with Unity Catalog Delta table storage. Use when implementing Silver layer SDP/DLT pipelines, creating portable data quality rules, or needing runtime-updateable expectations without code deployment. Supports severity-based filtering (critical vs warning) and quarantine patterns. Standardizes on `import dlt` for the DQ-rules framework; the modern `dp` API (`from pyspark import pipelines as dp`) also supports expectations (`dp.expect_all_or_drop`) and is Databricks' recommended forward path.

databricks-solutions 64d8b50 4 files · 63.3 KB Updated

File contents

databricks-solutions/vibe-coding-workshop-template/tree/main/data_product_accelerator/skills/silver/01-dlt-expectations-patterns commit 64d8b5032f

Frequently asked questions

npx skillmds@latest add databricks-solutions/dlt-expectations-patterns