We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I assume this part of the V2.0 release candidate? We are running into this issue when testing DQD using Eunomia.
Sorry, something went wrong.
No branches or pull requests
This is using the current release of Eunomia (GiBleed dataset).
REVEUE_CODE_SOURCE_VALUE should be REVENUE_CODE_SOURCE_VALUE
Created on 2023-07-11 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: