Re-evaluate an existing DQD result against an updated thresholds file.
reEvaluateThresholds(
jsonFilePath,
outputFolder,
outputFile,
tableCheckThresholdLoc = "default",
fieldCheckThresholdLoc = "default",
conceptCheckThresholdLoc = "default",
cdmVersion = "5.3"
)
Path to the JSON results file generated using the execute function
The folder to output new JSON result file to
File to write results JSON object to
The location of the threshold file for evaluating the table checks. If not specified the default thresholds will be applied.
The location of the threshold file for evaluating the field checks. If not specified the default thresholds will be applied.
The location of the threshold file for evaluating the concept checks. If not specified the default thresholds will be applied.
The CDM version to target for the data source. By default, 5.3 is used.