Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 414 Bytes

File metadata and controls

14 lines (11 loc) · 414 Bytes

Changelog

[1.0.0] - 2026-01-03

Initial stable release of the Data Contract Execution Engine.

Features

  • Parse YAML contracts with S3 paths
  • Schema and data quality validation with pandas
  • SLA rule enforcement (min/max rows, completeness)
  • Validation pipeline orchestration
  • AWS Lambda handler with S3 I/O via boto3
  • 18+ unit tests with comprehensive coverage
  • Complete documentation and examples