Skip to content

Releases: portovep/dbt-testing-examples

v1.2.0

25 Oct 16:40
73ffd8c
Compare
Choose a tag to compare

The new version of the code includes working examples to support the new article I wrote on Medium:

Features

  • Unit test and mocking examples with the dbt-unit-testing package
  • Katas to get started unit testing models
  • Component test examples with the dbt-unit-testing package
  • Sources contract test examples with the dbt-expectations package
  • Model contracts examples with dbt 1.5 model contracts feature
  • Continuous integration and delivery pipeline example with Github Actions