-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add testing check for Codebook row counts #86
Comments
If this is valuable enough information to store inside the db, I can create a new metadata table similar to Meatdata.DownloadErrors that catalogs the Variable, TableName, CodeOrValue, ValueDescription, ExpectedCount, and DBCount. Thoughts @rgentlem @nathan-palmer ? |
Hi Sam,
nice work - and it might be, but at this point I would focus on getting
the Minimal Viable Product (MVP) out.
Add this in later if we ever find a situation where we want it.
We are now at the point where seeing if we can get a user community is
the most important part. That will
help guide any future developments
Nathan - any thoughts?
…On Fri, Sep 22, 2023 at 3:17 PM Sam Pullman ***@***.***> wrote:
If this is valuable enough information to store inside the db, I can
create a new metadata table similar to Meatdata.DownloadErrors that
catalogs the Variable, TableName, CodeOrValue, ValueDescription,
ExpectedCount, and DBCount. Thoughts @rgentlem
<https://github.com/rgentlem> @nathan-palmer
<https://github.com/nathan-palmer> ?
—
Reply to this email directly, view it on GitHub
<#86 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC7TWA6N4M45ILYQPOPYYL3X3XP5LANCNFSM6AAAAAA5DHXARU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Robert Gentleman
***@***.***
|
Let’s put it on the backlog for a future release. NathanOn Sep 22, 2023, at 5:19 PM, Robert Gentleman ***@***.***> wrote:
Hi Sam,
nice work - and it might be, but at this point I would focus on getting
the Minimal Viable Product (MVP) out.
Add this in later if we ever find a situation where we want it.
We are now at the point where seeing if we can get a user community is
the most important part. That will
help guide any future developments
Nathan - any thoughts?
…On Fri, Sep 22, 2023 at 3:17 PM Sam Pullman ***@***.***> wrote:
If this is valuable enough information to store inside the db, I can
create a new metadata table similar to Meatdata.DownloadErrors that
catalogs the Variable, TableName, CodeOrValue, ValueDescription,
ExpectedCount, and DBCount. Thoughts @rgentlem
<https://github.com/rgentlem> @nathan-palmer
<https://github.com/nathan-palmer> ?
—
Reply to this email directly, view it on GitHub
<#86 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC7TWA6N4M45ILYQPOPYYL3X3XP5LANCNFSM6AAAAAA5DHXARU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Robert Gentleman
***@***.***
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the VariableCodebook, the 'Count' value represents the row counts for each variable.
In containerBuildTests.R, create an additional test to verify these counts.
Failure of this test would represent an issue with the CDC file, not necessarily a failure of the ETL process.
Up for discussion: Should this test abort the build process, or just print the info to the console?
The text was updated successfully, but these errors were encountered: