From a5574d7b29a6d0edd79e2cbd919e112bfbf5d932 Mon Sep 17 00:00:00 2001 From: Behnam Yazdanpanahi Date: Mon, 12 Aug 2024 23:41:47 +0330 Subject: [PATCH] update content: add simple ETL project --- 08-BuildingDataPipelines/02-ETL.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/08-BuildingDataPipelines/02-ETL.md b/08-BuildingDataPipelines/02-ETL.md index 716d932..27ccc54 100644 --- a/08-BuildingDataPipelines/02-ETL.md +++ b/08-BuildingDataPipelines/02-ETL.md @@ -915,7 +915,3 @@ By integrating logging into each phase of the ETL pipeline—extraction, transfo ### Summary This ETL process extracts data from a PostgreSQL database, transforms it to ensure quality and consistency, and loads it into a MySQL data warehouse. The entire process is managed with Python and SQL, and Docker Compose is used to deploy and manage the database services. - ---- - -Let me know if you need any further details or adjustments!