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 6fa205b commit 1bdd909
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 @@ -79,7 +79,7 @@ In your intermediate layer, focus on data hygiene and anomaly tests for new colu
- A [not_constant](https://github.com/dbt-labs/dbt-utils#not_constant-source) test on a column whose value should be continually changing (ex: page view counts on website analytics).

Check warning on line 79 in website/blog/2024-11-27-test-smarter-part-2.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/blog/2024-11-27-test-smarter-part-2.md#L79

[custom.Typos] Oops there's a typo -- did you really mean 'not_constant'?
Raw output
{"message": "[custom.Typos] Oops there's a typo -- did you really mean 'not_constant'? ", "location": {"path": "website/blog/2024-11-27-test-smarter-part-2.md", "range": {"start": {"line": 79, "column": 14}}}, "severity": "WARNING"}
- Intermediate models may isolate complex operations.
- The anomaly tests we list above may suffice here.
- You might also consider [unit testing](https://docs.getdbt.com/docs/build/unit-tests) any particularly complex pieces of SQL logic.
- You might also consider [unit testing](/docs/build/unit-tests) any particularly complex pieces of SQL logic.

### Marts

Expand Down

0 comments on commit 1bdd909

Please sign in to comment.