OHDSI / Eunomia

An R package that facilitates access to a variety of OMOP CDM sample data sets.
https://ohdsi.github.io/Eunomia/
42 stars 11 forks source link

Misspelled column name in cost table of eunomia gibleed dataset #53

Open ablack3 opened 1 year ago

ablack3 commented 1 year ago

This is using the current release of Eunomia (GiBleed dataset).

REVEUE_CODE_SOURCE_VALUE should be REVENUE_CODE_SOURCE_VALUE

library(DatabaseConnector)

con <- connect(Eunomia::getEunomiaConnectionDetails())
#> Connecting using SQLite driver

querySql(con, "select REVEUE_CODE_SOURCE_VALUE from cost limit 3")
#> [1] REVEUE_CODE_SOURCE_VALUE
#> <0 rows> (or 0-length row.names)

disconnect(con)

Created on 2023-07-11 with reprex v2.0.2

MaximMoinat commented 7 months ago

I assume this part of the V2.0 release candidate? We are running into this issue when testing DQD using Eunomia.