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
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
Additional context / implementation notes
The text was updated successfully, but these errors were encountered:
…he target DB
- Currently runs completely sequentially - all source rows first, then update|insert target rows
- Needs to be refactored out for improved testability and clarity
Context / Goal
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
MigrationKey
is not found alreadyOut of Scope
Additional context / implementation notes
The text was updated successfully, but these errors were encountered: