File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,11 @@ data-warehouse-project/
8585├── datasets/ # Raw datasets used for the project (ERP and CRM data)
8686│
8787├── docs/ # Project documentation and architecture details
88- │ ├── architecture.drawio # Editable Draw.io file of the project's architecture
88+ │ ├── etl.drawio # Draw.io file shows all different techniquies and methods of ETL
89+ │ ├── data_architecture.drawio # Draw.io file shows the project's architecture
8990│ ├── data_catalog.md # Catalog of datasets, including field descriptions and metadata
90- │ ├── data_flow.drawio # Editable Draw.io file for the data flow diagram
91- │ ├── data_models.drawio # Editable Draw.io file for data models (star schema)
92- │ ├── business_rules.md # Business rules applied during ETL and analysis
91+ │ ├── data_flow.drawio # Draw.io file for the data flow diagram
92+ │ ├── data_models.drawio # Draw.io file for data models (star schema)
9393│ ├── naming-conventions.md # Consistent naming guidelines for tables, columns, and files
9494│
9595├── scripts/ # SQL scripts for ETL and transformations
You can’t perform that action at this time.
0 commit comments