Is your feature request related to a problem? Please describe.
As of dbt version 1.8.X, tests: have been renamed to data_tests:
Even if users update these properties within their project, this deprecation warning message will still remain where projects use dbt-expectations
Describe the solution you'd like
Introduce a version bump which updates tests: to data_tests:
Describe alternatives you've considered
N/A
Additional context
16:35:10 Running with dbt=1.8.8
16:35:11 [WARNING]: Deprecated functionality
The `tests` config has been renamed to `data_tests`. Please see
https://docs.getdbt.com/docs/build/data-tests#new-data_tests-syntax for more
Appears within: https://github.com/search?q=repo%3Ametaplane%2Fdbt-expectations%20tests%3A&type=code
Is your feature request related to a problem? Please describe.
As of dbt version 1.8.X,
tests:have been renamed todata_tests:Even if users update these properties within their project, this deprecation warning message will still remain where projects use
dbt-expectationsDescribe the solution you'd like
Introduce a version bump which updates
tests:todata_tests:Describe alternatives you've considered
N/A
Additional context
Appears within: https://github.com/search?q=repo%3Ametaplane%2Fdbt-expectations%20tests%3A&type=code