vendekagon-labs / unify

An engine for automating data integration & harmonization via schema inference.
Apache License 2.0
8 stars 0 forks source link

Retract dataset: alpha cut #36

Closed benkamphaus closed 10 months ago

benkamphaus commented 10 months ago

This adds a task to the Unify CLI to retract an entire batch dataset and the implementation for Datomic.

This is in an alpha stage and has been vetted via the REPL and CLI use with a few datasets, but needs more rigorous scenario testing. The scenario tests will be added when the diff/merge functionality is completed.

This resolves #34