-- Calling the SCD 2 Quality check Stored Procedure on both the tables with the required parameters CALL sp_check_table_scd_mismatches('user_address_dim','address ...
This repository implements a simple Slowly Changing Dimension Type 2 (SCD2) data warehouse project. The goal is to demonstrate the staging, transformation, and loading processes involved in building ...