You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2026. It is now read-only.
In #6 we implemented initial ability to persist the source data into the reconciliation DB. We now need to extend this to query the target database with its dataset definition, and augment the data with that from the target database.
Expected Outcome
be able to load data from a target DB using its dataset query
insert new rows where a row containing the MigrationKeyis not found already
update rows with the hashed target data if the row already exists
Out of Scope
generating a report of differences between the two datasets