Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ablack3 opened this issue Jul 11, 2023 · 1 comment
Open

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

ablack3 opened this issue Jul 11, 2023 · 1 comment

Comments

@ablack3
Copy link
Collaborator

ablack3 commented Jul 11, 2023

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants