-
Notifications
You must be signed in to change notification settings - Fork 5
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
AresIndexer::augmentConceptFiles fails with "! object 'CONCEPT_ID' not found" #30
Comments
Looks like the DQD JSON file uses camelcase for the column names, and AresIndexer is set up to rely on upper case snake case. |
DataQualityDashboard's new convertJsonResultsFileCase function can help convert results files from camel to snake (and vice versa):
|
I'll be pushing an update to AresIndexer that switches to the new DQD naming conventions before symposium. I'll be pushing an update to ARES that accounts for this update at the same time. |
Code which is inpired from ares docs
The error does not mention which cdm_table_name it is referring to:
can Someone help? What is the reason for it failure?
The text was updated successfully, but these errors were encountered: