Releases: portovep/dbt-testing-examples
Releases · portovep/dbt-testing-examples
v1.2.0
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