OHDSI / DataQualityDashboard

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

Handling of pre-v2.1.0 json output files #437

Closed katy-sadowski closed 1 year ago

katy-sadowski commented 1 year ago

DQD versions >=2.1.0 cannot handle json output files produced by previous versions of DQD due to the snakecase-->camelcase migration.

This will cause issues for users who want to view old results files in newer DQD versions. It is also currently impacting the ARES tool, which assumes snakecase variable names in the output file.

We should update DQD to handle this in 2 ways:

katy-sadowski commented 1 year ago

Handled in v2.3.0 release.