Hello Everyone,
I have multiple questions regarding DataQualityDashboard::executeDqChecks.
-
After I run DataQualityDashboard::executeDqChecks, no JSON file generated in the output folder.
-
There is also a log in console showing the error below and indicating the error report has been created at the output folder, but there is nothing in the output folder.
‘[Level: FIELD] [Check: standardConceptRecordCompleteness] [CDM Table: VISIT_DETAIL] [CDM Field: ADMITTING_SOURCE_CONCEPT_ID] Error executing SQL:
net.snowflake.client.jdbc.SnowflakeSQLException: SQL compilation error: error line 17 at position 8
invalid identifier ‘CDMTABLE.ADMITTING_SOURCE_CONCEPT_ID’
An error report has been created at C:Users/xxx/OUTPUT/errors/FIELD_standardConceptRecordCompleteness_VISIT_DETAIL_ADMITTING_SOURCE_CONCEPT_ID.txt’
- For above error, do I need to fix it to have output in the folder? Or it’s normal way to indicate the data fails to pass the checking?