Skip to content

Commit

Permalink
Update website/blog/2024-11-27-test-smarter-part-2.md
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Labes <[email protected]>
  • Loading branch information
faithebear and joellabes authored Dec 2, 2024
1 parent d2229e7 commit bf4c7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/blog/2024-11-27-test-smarter-part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ In the staging layer, your models should be cleaning up or mitigating data issue

### Intermediate (if applicable)

In your intermediate layer, focus on data hygiene and anomaly tests for new columns. Don’t re-test passthrough columns from sources or staging. Here are some examples of tests you might put in your intermediate layer based on the use cases of intermediate models we [outline in this guide.](https://docs.getdbt.com/best-practices/how-we-structure/3-intermediate#intermediate-models)
In your intermediate layer, focus on data hygiene and anomaly tests for new columns. Don’t re-test passthrough columns from sources or staging. Here are some examples of tests you might put in your intermediate layer based on the use cases of intermediate models we [outline in this guide.](/best-practices/how-we-structure/3-intermediate#intermediate-models)

- Intermediate models often re-grain models to prepare them for marts.
- Add a primary key test to any re-grained models.
Expand Down

0 comments on commit bf4c7ad

Please sign in to comment.