What problem does it solve?
The Agency Data Engineer skill solves the challenge of reliably turning raw, heterogeneous source data into observable, analytics-ready tables so BI and ML teams can trust and act on data without manual intervention or silent failures.
Core Features & Use Cases
- Robust ETL/ELT Pipelines: Idempotent ingestion, CDC/incremental processing, and bronze→silver→gold layering for clear data contracts.
- Data Quality & Observability: Integrated schema contracts, automated validations, Great Expectations checks, lineage, and SLA-based alerting to detect drift and failures quickly.
- Streaming & Cloud Integration: Patterns and examples for Kafka/Spark streaming, Delta/Iceberg table strategies, partitioning and compaction optimizations, and cloud-native lakehouse deployments.
- Use Case: Ingest JSON order events from Kafka into a bronze append-only store, apply deduplication and conformance in silver, and publish daily revenue aggregates to gold with monitoring and SLA enforcement.
Quick Start
Create a bronze→silver→gold pipeline that ingests source events, enforces schema contracts and data quality checks, and outputs a daily aggregated revenue table with freshness SLAs.