Skip to content

Commit

Permalink
Update website/docs/terms/data-wrangling.md
Browse files Browse the repository at this point in the history
Co-authored-by: Grace Goheen <[email protected]>
  • Loading branch information
matthewshaver and graciegoheen authored Dec 7, 2023
1 parent 4ce2040 commit 97ccd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/terms/data-wrangling.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ For nested data types such as JSON, you’ll want to check out the JSON parsing

dbt offers [generic tests](/docs/build/data-tests#more-generic-tests) in every dbt project that allows you to validate accepted, unique, and null values. They also allow you to validate the relationships between tables and that the primary key is unique.

If you can’t find what you need with the generic tests, you can download an additional dbt testing package called [dbt_expectations](https://hub.getdbt.com/calogica/dbt_expectations/0.1.2/) that dives even deeper into how you can test the values in your columns. This package has useful tests like `expect_column_values_to_be_in_type_list`, `expect_column_values_to_be_between`, and `expect_column_value_lengths_to_equal`.
If you can’t find what you need with the generic tests, you can download an additional dbt testing package called [dbt_expectations](https://hub.getdbt.com/calogica/dbt_expectations/0.1.2/) that dives even deeper into how you can test the values in your columns. This package has useful data tests like `expect_column_values_to_be_in_type_list`, `expect_column_values_to_be_between`, and `expect_column_value_lengths_to_equal`.

## Conclusion

Expand Down

0 comments on commit 97ccd64

Please sign in to comment.