Skip to content

Commit

Permalink
Hyperlink to the most specific section for testing primary keys with …
Browse files Browse the repository at this point in the history
…data tests
  • Loading branch information
dbeatty10 authored Feb 2, 2024
1 parent a308d6b commit e13c50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/resource-configs/unique_key.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ A column name or expression that is unique for the results of a snapshot. dbt us

:::caution

Providing a non-unique key will result in unexpected snapshot results. dbt **will not** test the uniqueness of this key, consider [testing](/blog/primary-key-testing) the source data to ensure that this key is indeed unique.
Providing a non-unique key will result in unexpected snapshot results. dbt **will not** test the uniqueness of this key, consider [testing](blog/primary-key-testing#how-to-test-primary-keys-with-dbt) the source data to ensure that this key is indeed unique.

:::

Expand Down

0 comments on commit e13c50f

Please sign in to comment.