Ping-Lin Chang
07/19/2022, 9:36 PM_airbyte_ab_id
uuid in the destination db table, but how do I use the uuid to find out the original record in the source? Thanks!Мария Платонова
01/25/2024, 12:56 PM_airbyte_ab_id
to track further row transformations.
As an option, make a hash of the entire row and compare source and destination hash. But it can take too many resources and row hash must be unique by its nature.
Also you can try Datuum.ai: it can’t compare rows at this moment, but provides a UI to see and manage your data, so you can see identity and relations in your data between tables and mapping between source and destination data.