Skip to content

0.2.0 Release

Compare
Choose a tag to compare
@tnightengale tnightengale released this 01 Mar 14:23
· 22 commits to master since this release
a3f60f9

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 and required_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