-
Notifications
You must be signed in to change notification settings - Fork 2
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 class checks and other data validation prior to final db export #31
Labels
enhancement
New feature or request
Comments
Changes have been made in ccao-data/data-architecture#360 that should support these tests @Damonamajor! Here's how they fit into the tests listed above:
join_condition: |
ON model.pin = external_model.parid
AND model.year = external_model.taxyr
AND external_model.cur = 'Y'
AND external_model.deactivat IS NULL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that we've set up dbt tests in the data-architecture repo, we should set up something similar for PTAXSIM.
All scripts in
data-raw/
actually populate an S3 bucket that feed thetax
database in Athena. It should be relatively simple to add dbt tests on top of the tax data which need to pass prior to PTAXSIM export. Some ideas for tests:The text was updated successfully, but these errors were encountered: