Coder Social home page Coder Social logo

jaffle-shop's Introduction

Python 3.9 dbt-coverage pre-commit.ci status GitHub last commit


Testing dbt project: jaffle-shop

This is a fork of the dbt-labs/jaffle_shop repo but to show off some Sainsbury's extensions.

This project has only been tested using Python 3.9 with the dependencies listed in the requirements files. Since this is a project just for testing, we're only using SQLite and dbt version 1.4.

Getting started

Install Python 3.9 and the dependencies listed in the requirements files:

pip install -r requirements.txt
pip install -r requirements-dev.txt
pre-commit install --install-hooks

The jaffle_shop directory has the usual dbt objects and can be run in the usual way. The unit tests for the dbt models are in the tests subdirectory.

The package Bilbottom/dbt-unit-test-coverage will generate a coverage metric for the dbt models' unit tests. We can't measure line hits like we can with Python code, but we can measure the number of models that have unit tests and which of their CTEs have unit tests.

To run the code coverage report, compile the project and run the code coverage package:

dbt clean
dbt deps
dbt compile

dbt-unit-test-coverage

Summary of extensions

CTE unit testing

This builds off of another fork, this one from the EqualExperts/dbt-unit-testing repo:

This fork adds the ability to unit test particular CTEs in a model, provided you follow the dbt-labs style guide and include the select * from final line at the bottom of the model.

Code coverage

With the CTE unit tests, we can then measure the number of (logical) CTEs that don't have tests which forms the coverage metric.

jaffle-shop's People

Contributors

bilbottom avatar chaerinlee1 avatar annafil avatar alexiswo avatar clrcrl avatar versusfacit avatar davinchia avatar joellabes avatar owlas avatar dataders avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.