0.2.0 Release
This is a major release adding a native integration test harness.
Added
- integration tests which are run natively in dbt using
dbt test --data
from within the./integration_test
folder - support for dbt==0.19.0
- a ci to run the integration tests to enhance confidence on future changes
Breaking Changes
- the
required_tests
andrequired_docs
macros are now called with an argument, rather than a global--vars
declaration, see here for details
Behind the Scenes
- refactored the error messaging to have consistent exit points