Draft: Fix integrity validation for bulkdata (closes #6)
Type of change
-
Bug Fix -
Feature
Does this introduce a change in the core logic?
- [Yes]
Does this introduce a change in the cloud provider implementation, and if so which cloud?
-
AWS -
Azure -
GCP -
IBM
Does this introduce a change that must be documented in the README.md file?
- [No]
Updates description?
- Removed harcoded values and now the query is done for all ids found in bulkdata.
- Switched the query to be performed from search to storage service
- Add tests.