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 @@
NEWS.md
+ This release includes:
+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.
vocabDatabaseSchema
where appropriate2.5.1 release was created to add this NEWS.md entry, which was missed in the 2.5.0 release.
+This release includes:
diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 80cea51a..0843b5d3 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -9,5 +9,5 @@ articles: DqdForCohorts: DqdForCohorts.html SqlOnly: SqlOnly.html Thresholds: Thresholds.html -last_built: 2023-11-04T22:21Z +last_built: 2023-11-04T23:07Z diff --git a/docs/pull_request_template.html b/docs/pull_request_template.html index d1520df6..20f6d093 100644 --- a/docs/pull_request_template.html +++ b/docs/pull_request_template.html @@ -63,7 +63,7 @@ Changelog