Checksum Hook
A hook that checks the integrity of a file.
OptimusKG implements a before_dataset_loaded hook that checks if the checksum of a file matches the expected checksum defined in the catalog.
If the checksum does not match, the hook will raise a DatasetError and stop the pipeline showing the expected and computed checksums.
How is this guide?