From 101d6467b04b7c0486ce41e7aa16b82732f12a4a Mon Sep 17 00:00:00 2001 From: ZeroQuest <88609302+ZeroQuest@users.noreply.github.com> Date: Fri, 26 Jun 2026 14:37:03 -0500 Subject: [PATCH] Update README to clarify staging table description Removed 'bronze' from the description of staging tables. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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