Loading repository data…
Loading repository data…
andrescastillol / repository
AdventureWorks is a Microsoft-supplied sample that model a fictitious bicycle company. Microsoft provided the OLTP and data warehouse. We will design and implement an ETL solution that loads dimensions from different sources (OLTP and .csv), implement slowly changing dimensions (SCD Type 2), and we will build an SSIS package.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
AdventureWorks is a Microsoft-supplied sample that model a fictitious bicycle company. Microsoft provided the OLTP and data warehouse. We will design and implement an ETL solution that loads dimensions from different sources (OLTP and .csv), implement slowly changing dimensions (SCD Type 2), and we will build an SSIS package.
Scripts.Scripts.Scripts.Scripts.Customer is an OLE DB Source to connect into our AdventureWorks OLTP world, pull all the data we need out of it to help model the custoomer dimension Script.Customer-YearlyIncome is a Flat File Source of customer yearly income coming from a .csv file.Merge Join transformation (Left outer join), we first need to Sort our Flat File source .csv file.Lockup component add more data to our temp table. In addition, we use a Derived Column to work with those rows that don't match. Finally, the Union All rejoin our default and good data.