I just ran through the Data Quality R instructions for the first time in a while. I ran into a few oddities:
vignettes/DataQualityDashboard.rmd
- Fails to instruct user to define a value for “outputFile” before executing “DataQualityDashboard::executeDqChecks”, resulting in a failure at the end of the first run of the tool and a need to re-run the entire process.
writeJsonResultsToTable
- Changes / recreates the existing dqdashboard_results with fewer columns that the Insert SQL needs
- “Error” and “Concept_id” columns are missing when the table is recreated, leading to failure to load the JSON result to the table.
Anyone know any workarounds for these?
Thanks,
Bill