diff --git a/NEWS.md b/NEWS.md index 921498ac..33d2149e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,15 @@ +DataQualityDashboard 2.5.0 +========================== +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 + DataQualityDashboard 2.4.1 ========================== This release includes: diff --git a/docs/news/index.html b/docs/news/index.html index 967560e6..7ddeda5e 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -84,6 +84,20 @@

Changelog

Source: NEWS.md +
+ +

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

+
+

This release includes:

diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 80cea51a..bbfed217 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -9,5 +9,6 @@ articles: DqdForCohorts: DqdForCohorts.html SqlOnly: SqlOnly.html Thresholds: Thresholds.html -last_built: 2023-11-04T22:21Z +last_built: 2023-11-04T23:24Z +