From 44b8d430d6f15161748614ba4a330f4c872d1658 Mon Sep 17 00:00:00 2001 From: Behnam Yazdanpanahi Date: Mon, 12 Aug 2024 23:42:58 +0330 Subject: [PATCH] update content: add simple ETL project --- 08-BuildingDataPipelines/02-ETL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08-BuildingDataPipelines/02-ETL.md b/08-BuildingDataPipelines/02-ETL.md index 27ccc54..90847c4 100644 --- a/08-BuildingDataPipelines/02-ETL.md +++ b/08-BuildingDataPipelines/02-ETL.md @@ -469,7 +469,7 @@ In this project, we aim to implement an ETL (Extract, Transform, Load) process f **Objective:** Build an ETL pipeline to manage and analyze data from an e-commerce platform. The data includes sales transactions, customer interactions, and inventory information. This pipeline will help in generating aggregated insights and reports for business intelligence. -![](/lab/learning_projects/PythonForDataEngineering/_assets/etl_project_overview.webp) +![](../_assets/etl_project_overview.webp) **Data Sources:**