You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ An example Data Vault data warehouse modelling Microsoft's Northwind sample data
5
5
6
6
### Purpose
7
7
8
-
The objective of this project is to develop an easiily accessible example data warehouse illustrating how to model the well-known Northwind sample database using the Data Vault methodology.
8
+
The objective of this project is to develop an easily accessible example data warehouse illustrating how to model the well-known Northwind sample database using the Data Vault methodology.
9
9
10
10
I intend the repository to mostly be of use to new Data Vault practitioners, providing a convenient option for hands-on experimentation. Hopefully it helps join a few dots on the somewhat steep learning curve that comes with Data Vault modelling.
11
11
@@ -21,7 +21,7 @@ I intend the repository to mostly be of use to new Data Vault practitioners, pro
21
21
* SQL\DDL\Create_Database_Information_Mart.sql
22
22
3. Confirm setup is correct with an initial load. Run the following SQL script to execute the stored procedures for the Stage_Area and Data_Vault databases.
23
23
* SQL\ETL\Load_Data_Vault.sql
24
-
4. Additionally, check the contents of Meta_Metrics_Error_Mart.error.Error_Log for any unxpected errors.
24
+
4. Additionally, check the contents of Meta_Metrics_Error_Mart.error.Error_Log for any unexpected errors.
0 commit comments