Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---

Expand Down Expand Up @@ -148,4 +148,4 @@ pytest --cov --cov-report=term-missing
- Configuration-driven design
- Explicit reject handling (no silent failures)
- Reproducibility and idempotency
- Testable components
- Testable components
Loading