Open vasanthi014 opened 2 months ago
select VISIT_END_DATETIME from ATLAS_GPC_DEV.CDM.VISIT_OCCURRENCE; --Timestamp '2020-03-24 51780' is not recognized
select PROCEDURE_OCCURRENCE_ID from ATLAS_GPC_DEV.CDM.PROCEDURE_OCCURRENCE; --Numeric value '5BB0D6C1-4A03-EF11-B11F-005056A5B8E9' is not recognized
select CONDITION_OCCURRENCE_ID from ATLAS_GPC_DEV.CDM.CONDITION_OCCURRENCE; --Numeric value 'DX:149949671:13:1612089' is not recognized
@vasanthi014 , can we somehow validate OMOP cdm scripts by running atleast 'select *' on corresponding tables before running Achilles?
@vasanthi014 , can we somehow validate OMOP cdm scripts by running atleast 'select *' on corresponding tables before running Achilles?
yes. I will create a process in snowflake to run these queries before running Achilles.
@vasanthi014 , select drug_exposure_id from ATLAS_GPC_DEV.CDM.DRUG_EXPOSURE error: Numeric value '81ecbbbfb1ace3f7' is not recognized