Closed cukarthik closed 2 years ago
Hi @cukarthik - this temp table is created via Java: https://github.com/OHDSI/FeatureExtraction/blob/master/java/org/ohdsi/featureExtraction/FeatureExtraction.java#L562. It will take the info from the covariateSettings
and create that temp table before executing analyses such as the DomainConceptGroup.sql.
I'll close this but feel free to re-open if you have additional questions.
Thanks!
I don't know if this is an issue, but looking through the DomainConceptGroup.sql file there is a reference to the temp table time_period; however, I don't see where it's created.