From 6022c82769eb3ace809b21fe28cd824f2490772d Mon Sep 17 00:00:00 2001 From: Katy Sadowski Date: Sat, 4 Nov 2023 19:08:36 -0400 Subject: [PATCH] add news --- NEWS.md | 14 ++++++++++++++ docs/404.html | 2 +- docs/LICENSE-text.html | 2 +- docs/articles/AddNewCheck.html | 2 +- docs/articles/CheckStatusDefinitions.html | 2 +- docs/articles/CheckTypeDescriptions.html | 2 +- docs/articles/DataQualityDashboard.html | 2 +- docs/articles/DqdForCohorts.html | 2 +- docs/articles/SqlOnly.html | 2 +- docs/articles/Thresholds.html | 2 +- docs/articles/index.html | 2 +- docs/authors.html | 2 +- docs/index.html | 2 +- docs/news/index.html | 17 ++++++++++++++++- docs/pkgdown.yml | 2 +- docs/pull_request_template.html | 2 +- docs/reference/convertJsonResultsFileCase.html | 2 +- docs/reference/dot-evaluateThresholds.html | 2 +- docs/reference/dot-getCheckId.html | 2 +- docs/reference/dot-processCheck.html | 2 +- docs/reference/dot-recordResult.html | 2 +- docs/reference/dot-runCheck.html | 2 +- docs/reference/dot-summarizeResults.html | 2 +- docs/reference/dot-writeResultsToCsv.html | 2 +- docs/reference/dot-writeResultsToJson.html | 2 +- docs/reference/dot-writeResultsToTable.html | 2 +- docs/reference/executeDqChecks.html | 2 +- docs/reference/index.html | 2 +- docs/reference/listDqChecks.html | 2 +- docs/reference/reEvaluateThresholds.html | 2 +- docs/reference/viewDqDashboard.html | 2 +- docs/reference/writeDBResultsToJson.html | 2 +- docs/reference/writeJsonResultsToCsv.html | 2 +- docs/reference/writeJsonResultsToTable.html | 2 +- 34 files changed, 62 insertions(+), 33 deletions(-) diff --git a/NEWS.md b/NEWS.md index 921498ac..ea5aa86d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,17 @@ +DataQualityDashboard 2.5.0 / 2.5.1 +========================== +This release includes: + +### New Feature +A new function `writeDBResultsToJson` which can be used to write DQD results previously written to a database table (by setting `writeToTable` = TRUE in `executeDqChecks` or by using the `writeJsonResultsToTable` function) into a JSON file in the standard DQD JSON format. + +### Bugfixes +- DQD previously threw an error if the CDM_SOURCE table contained more than 1 row. It has now been updated to select a random row from CDM_SOURCE to use for its metadata and warn the user upon doing this. Whether or not CDM_SOURCE *should* ever contain more than 1 row is still an unresolved discussion in the community. Either way, DQD should be allowed to run if the table has been improperly populated - and perhaps check(s) should be added for its proper use once a convention is finalized +- Fixed additional field level checks (fkDomain, fkClass, plausibleTemporalAfter) to incorporate user-specified `vocabDatabaseSchema` where appropriate +- Additional minor bugfixes & refactors + +*2.5.1 release was created to add this NEWS.md entry, which was missed in the 2.5.0 release.* + DataQualityDashboard 2.4.1 ========================== This release includes: diff --git a/docs/404.html b/docs/404.html index 727f16f7..6a057da5 100644 --- a/docs/404.html +++ b/docs/404.html @@ -83,7 +83,7 @@