dlt-expectations-patterns
OfficialEnsure data quality with DLT expectations.
Authordatabricks-solutions
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the challenge of maintaining robust data quality in Databricks DLT pipelines by providing a standardized, dynamic, and manageable approach to defining and enforcing data quality expectations.
Core Features & Use Cases
- Dynamic Expectations: Load data quality rules from a Unity Catalog Delta table, allowing updates without redeploying pipeline code.
- Severity Levels: Differentiate between critical rules (which can cause data to be dropped or quarantined) and warning rules (which are logged but allow data to pass).
- Quarantine Pattern: Automatically capture records that fail critical checks into a dedicated quarantine table for investigation.
- Use Case: Implement a Silver layer DLT pipeline where critical fields like
transaction_idandstore_numbermust be present, and reasonable ranges are enforced forquantity_sold. If a transaction is missing an ID, it's quarantined with a specific reason.
Quick Start
Use the dlt-expectations-patterns skill to implement data quality checks for your Silver layer DLT pipeline by defining rules in a Delta table and loading them dynamically.
Dependency Matrix
Required Modules
None requiredComponents
referencesassets
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: dlt-expectations-patterns Download link: https://github.com/databricks-solutions/vibe-coding-workshop-template/archive/main.zip#dlt-expectations-patterns Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.