I am using Pentaho Data Integration Kettle and SQL Server and have already made a Data Warehouse, but there is something I don't understand. When I update a record on a dimension it appears as if two records were updated, although it only updated one as it should.
First I extract from CSV file, then select and rename values, then look up for another dimension surrogate key and then lookup/update dimension with punch through. (SCD Type 1)
After updating just 1 record:
Why?
Thank you!