Skip to content

Draft: Fix integrity validation for bulkdata (closes #6)

Ernesto Gutierrez requested to merge bugfix/issue-6_fix_integrity_validation into main

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.

Merge request reports