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
We have added a new column to the check descriptions csvs for check type severity (severity). Similar to how users can specify which check levels to run DQD for (
#' @param checkLevels Choose which DQ check levels to execute. Default is all 3 (TABLE, FIELD, CONCEPT)
), we should add the ability to specify and run DQD for chosen severity level(s).
Not all checks have a severity populated in the check descriptions files, but these will be completed in time for the next release and can be coordinated with the addition of this new parameter.
The text was updated successfully, but these errors were encountered:
We have added a new column to the check descriptions csvs for check type severity (
severity
). Similar to how users can specify which check levels to run DQD for (DataQualityDashboard/R/executeDqChecks.R
Line 37 in 6ef7ee2
Not all checks have a severity populated in the check descriptions files, but these will be completed in time for the next release and can be coordinated with the addition of this new parameter.
The text was updated successfully, but these errors were encountered: