Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
portovep authored Oct 25, 2023
1 parent 73ffd8c commit 023ec9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This repository contains examples of how to implement real unit tests for a dbt
- Component test examples with the dbt-unit-testing package
- Sources contract test examples with the dbt-expectations package
- Model contracts example with dbt 1.5
- Data quality checks examples with the dbt-expectations and dbt test
- CI/CD pipeline example with Github Actions


## Roadmap
Expand Down Expand Up @@ -101,7 +101,7 @@ Contract tests
dbt test --select tag:contract-test-source
```

## Running data quality tests
## Running data quality tests (Coming soon)

```
dbt test --select tag:data-quality
Expand Down

0 comments on commit 023ec9f

Please sign in to comment.