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
Cannot set store_failures config on unique and not_null tests:
store_failures
unique
not_null
- name: my_model columns: - name: id tests: - not_null: store_failures: true # does not take effect
These built-in tests use an optimized codepath for test construction at parse time.
We either missed this in the original PR, or it got lost in the git merge/rebases. It's a super simple fix.
While here, I realized that I think we're not doing unrendered_config quite right. That's a separate issue to look into. (edit: opened #3576)
unrendered_config
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Cannot set
store_failures
config onunique
andnot_null
tests:These built-in tests use an optimized codepath for test construction at parse time.
We either missed this in the original PR, or it got lost in the git merge/rebases. It's a super simple fix.
While here, I realized that I think we're not doing
unrendered_config
quite right. That's a separate issue to look into. (edit: opened #3576)The text was updated successfully, but these errors were encountered: