The customer wants to migrate an existing data warehouse onto another solution. The quality and completeness of the migrated data is to be checked with automated tests.
Supplement
The company uses a data warehouse which grew over time and wants to migrate the warehouse to MS SQL-Server. Automated python tests are used to check if the migrated data is complete. Furthermore the test output should be reported in an easy manner.
Subject description
The challenge is that the data needs to be migrated 1:1 and needs to be checked automatically. For this purpose, suitable SQL-procedures are parsed with python into pytest tests and analysed. The reporting must be in an easy to understand manner and is provided to the developers. Also, the tasks for the developers need to be managed.