Is there any resource I can use to validate/test a data migration?
In the company I work for, we are migrating an old database to an Azure cloud, however this migration is being done with Python on a table-by-table basis, at the end of the migration of each table we have to check if the table in the old database has the same records as the new table practically manually and we always encounter many problems, however this verification process takes a long time and I would like to know if there is any resource that my team and I could use to carry out this process more quickly