Skip to content

Update validate_referential_integrity.py to bypass validation check for SourceRecordID for Dataset

Rajesh Bollineni requested to merge eds-dataset-validation-updates into master

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, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

Dataset record ids being received from external vendor are with same Dataset format which is blocking records to processed with out Dataset on OSDU platform. Added changes to bypass the SourceRecordID being validate whether record exists.

Merge request reports