rittmananalytics / droughty

Droughty helps keep your workflow dry
https://droughty.readthedocs.io/en/latest/
MIT License
62 stars 6 forks source link

Add dbt version check and adapt dbt test module for upcoming deprecation #80

Open itismichael opened 4 months ago

itismichael commented 4 months ago

Summary

This pull request adds a feature to check the installed dbt version and adapt test definitions accordingly. Specifically, it prepares for the announced deprecation where dbt will use data_tests: instead of tests: for test definitions in configuration files.

Changes

Motivation

See Issue #79 for details.

Testing

Tested locally with dbt versions to ensure correct behavior:

Related Issues

Closes #79