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 a nice-to-have if it's easy to implement. Custom data tests should be configurable with a severity as with schema tests.
severity
I'm imagining:
{{ config(severity='warn') }} select ...
Though I'm not certain how configs work with custom data tests currently. If this is involved, then we should do it in a future release.
custom data test users
The text was updated successfully, but these errors were encountered:
This actually already works if you do:
{{ config(severity='WARN') }}
But dbt is very particular about the casing. Is that all you want me to do, fix that?
Sorry, something went wrong.
yes! That's awesome :)
Sure, if you don't mind making it case-insensitive and adding a test, then I think we can call this one a Feature 🌟
Merge pull request #1519 from fishtown-analytics/feature/render-sever…
e57c7b6
…ity-configs render severity configurations (#1512) (#1511)
Successfully merging a pull request may close this issue.
Feature
Feature description
This is a nice-to-have if it's easy to implement. Custom data tests should be configurable with a
severity
as with schema tests.I'm imagining:
Though I'm not certain how configs work with custom data tests currently. If this is involved, then we should do it in a future release.
Who will this benefit?
custom data test users
The text was updated successfully, but these errors were encountered: