AzureCosmosDB / data-migration-desktop-tool

MIT License
122 stars 46 forks source link

introduce DataWriteMode.Delete to undo inserts to the wrong container #117

Open stefann42 opened 6 months ago

stefann42 commented 6 months ago

Delete is useful to undo inserts that might have been written to the wrong container by mistake, if you cannot delete the entire container because it might contain other unrelated data. If you realize you made a mistake, change DataWriteMode to Delete and rerun.

markjbrown commented 2 weeks ago

@stefann42 thank you for this PR. My apologies this has been sitting for so long.

This appears to be a useful addition. I'd like to get some additional eyes on this before merging. Please allow some additional time.

Thanks.

markjbrown commented 2 weeks ago

PS: @stefann42 there are some conflicts in your PR against main. If you are able, please make an additional commit to resolve.

Thanks again.