diff --git a/README.md b/README.md index 7883785..9bfeb70 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Configuration-driven ETL pipeline for ingesting structured data into PostgreSQL. -The system implements modular ingestion with validation, transformation, reject handling, and structured loading into staging (bronze) tables. +The system implements modular ingestion with validation, transformation, reject handling, and structured loading into staging tables. --- @@ -148,4 +148,4 @@ pytest --cov --cov-report=term-missing - Configuration-driven design - Explicit reject handling (no silent failures) - Reproducibility and idempotency -- Testable components \ No newline at end of file +- Testable components