Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export queries filtering based on domain #781

Open
burrowse opened this issue Feb 11, 2025 · 0 comments
Open

Export queries filtering based on domain #781

burrowse opened this issue Feb 11, 2025 · 0 comments

Comments

@burrowse
Copy link

When exploring data in Ares, we observed a DQD failure for records in the procedure_occurrence table that did not belong to the "Procedure" domain. We attempted to view these concepts (e.g. 9202,581476 etc) in Ares but could not find them when we searched, despite being able to directly query the data for these records.

Upon further review, the exportToAres function references specific export queries for each table in the CDM. These queries are filtered for domain, thus excluding the offending records and obscuring the data quality issue from the Ares report. See example below for the procedure table:

Perhaps the domain_id filter should be removed from these queries to allow the user to view the full characterization of the records in the respective table as opposed to filtering by domain.

This would be particularly important for the observation table which does not have domain_id restrictions, which is also currently being filtered in the export:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant