2024-09-30 - Data Diff (aka Data Match)¶
Problem¶
When we get asked to check things like ‘Are all the customer ids from source in the reporting layer?’ it can be quite time consuming and technical to write the queries to compare source and target tables to check for missing keys etc
Solution¶
The solution was to leverage a backend pattern that automatically writes the necessary reconciliation queries and surfaces the results for users
Leverage the Magic¶
We leverge alof of existing components in the gui and just repurpose them to create a ‘source to target’ screen for users to run checks
ADI¶
Smashed It ! nice to have a four click pattern to compare source to target !
Last Refreshed¶
Doc Refreshed: 2024-10-29