-
Notifications
You must be signed in to change notification settings - Fork 131
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
Feature/tests add fields #177
Feature/tests add fields #177
Conversation
Hey Pat! I just left a comment on another PR explaining the delay here: TL;DR we hadn't thought through schema migrations for new fields and are grappling with that now! Stay tuned! |
Thanks for the info -- no rush on my end! |
Hey @patkearns10 I just merged 188 which unblocks this. My recommendation might actually be closing this PR and reopening a fresh one rather than trying to rebase since so much code changed in that PR. Up to you of course! |
Hey @patkearns10, let us know if we can help out at all with getting this ready for merge. They’re really great additions! |
Closing this in favor of #213 |
Adding a few Test dimensions that could make analysis a bit easier.
short_name
= shorter version of the test name, example. 'unique', instead of long nameunique_my_first_model_col
test_type
= 'singular' or 'generic'test_severity_config
= 'ERROR' or 'WARN'model_refs
= short name of model dependenciessource_refs
= short name of src dependencies