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
tests:
data_tests:
Raise a warning whenever the tests: config is used instead of data_tests: (in order to disambiguate from unit_tests:).
unit_tests:
This scenario is going to be removed as a deprecation warning in dbt-core when dbt-labs/dbt-core#10564 is resolved.
But data_tests: is the recommended best practice (even if tests: is supported indefinitely by dbt-core).
data_tests: was added in v1.8, so any versions of dbt-core earlier than that can't use it.
This is similar in spirit to #477.
Users that want to be aware of best practices that aren't official warnings in dbt-core.
The text was updated successfully, but these errors were encountered:
given that we are removing this warning and do not plan to remove back compatibility, we are going to close this for now!
Sorry, something went wrong.
No branches or pull requests
Describe the feature
Raise a warning whenever the
tests:
config is used instead ofdata_tests:
(in order to disambiguate fromunit_tests:
).This scenario is going to be removed as a deprecation warning in dbt-core when dbt-labs/dbt-core#10564 is resolved.
But
data_tests:
is the recommended best practice (even iftests:
is supported indefinitely by dbt-core).Describe alternatives you've considered
Additional context
data_tests:
was added in v1.8, so any versions of dbt-core earlier than that can't use it.This is similar in spirit to #477.
Who will this benefit?
Users that want to be aware of best practices that aren't official warnings in dbt-core.
The text was updated successfully, but these errors were encountered: