OHDSI / DataQualityDashboard

A tool to help improve data quality standards in observational data science.
https://ohdsi.github.io/DataQualityDashboard
Apache License 2.0
145 stars 96 forks source link

Add easy to copy violating records SQL #49

Closed alondhe closed 1 year ago

alondhe commented 5 years ago

In the dashboard, we do provide the full query the DQD executed, which includes a subquery for seeing the violating records.

However, we should make it easier to grab the violating records query.

deebowden commented 4 years ago

Hi, Trio Health is currently implementing our CDM ETLs. We have Atlas and the DataQuality Dashboard live in our development environment. The Dashboard has been extremely helpful in troubleshooting our ETLs. We have added a simplistic drilldown capability to view patients by care site that violated a given check. We are interested in how others may have added this functionality if they have. Did you decide to implement this feature in your environment?

Have a great day, Dee

clairblacketer commented 2 years ago

This is addressed with PR #282

katy-sadowski commented 1 year ago

[violatedRows comment wrapper added to subquery for pulling violating records in PR 282]