OHDSI / ArachneExecutionEngine

Arachne Execution Engine is a component used to execute remote SQL or R code. It is used by both Arachne Data Node as well as WebAPI
7 stars 7 forks source link

OMOP CDM V5.4 support ? #367

Open Volpym opened 6 months ago

Volpym commented 6 months ago

Are there any plans to support OMOP CDM v5.4?

konstjar commented 5 months ago

Execution Engine does not know anything about OMOP CDM version. It should be added in the client application. Can you please specify what application do you use for submitting analysis in Execution Engine?

Volpym commented 5 months ago

I should have provided more context for my question. I have some synthetic data which I converted to OMOP CDM using Synthea-ETL. The CDM Version that I am using is V5.4.

Running Achilles manually works perfectly. Trying to generate the statistics through Arachne's Datanode UI is not working and I thought that it had to do with the omop cdm version. The reason I posted my question here is because to my understanding EE is responsible for downloading the achilles docker image and running it. Did I misunderstood something ?

konstjar commented 4 months ago

EE is designed to run the R code that you submitted through the Arachne's Datanode UI. So you have 2 options: