You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For executions in which a check throws an error, it would be nice if we could re-run the check and integrate it into the results JSON file.
So, in executeDqChecks(), perhaps we add an optional field of resultsJsonFile, and with the checkNames parameter, can basically re-run the checks identified, and then we produce a new results JSON file that substitutes in the new results back into the original results JSON file.
The text was updated successfully, but these errors were encountered:
It happens that due to connection issues or other conditions executeDqChecks fails and progress is lost.
When new resume argument is set to TRUE, file in outputFile path is used as source of check results instead of actual processing. Missing check results or results reporting error are re-processed.
Note that outputFile must be set explicitely to make resuming to take effect. New results overwrite file in outputFile path.
Addresses OHDSI#109
For executions in which a check throws an error, it would be nice if we could re-run the check and integrate it into the results JSON file.
So, in executeDqChecks(), perhaps we add an optional field of resultsJsonFile, and with the checkNames parameter, can basically re-run the checks identified, and then we produce a new results JSON file that substitutes in the new results back into the original results JSON file.
The text was updated successfully, but these errors were encountered: