From 809c4d6801b6837aafd8b8d664e2b0217bc8f11e Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:32:45 -0600 Subject: [PATCH] Hyperlinks for snapshot configs for property YAML files (#6213) [Preview](https://docs-getdbt-com-git-dbeatty10-patch-2-dbt-labs.vercel.app/reference/snapshot-configs#snapshot-specific-configurations) ## What are you changing in this pull request and why? I accidentally overlooked adding hyperlinks during the PR that added this example, so adding them now! ## Checklist - [x] I have reviewed the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines. --- website/docs/reference/snapshot-configs.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/docs/reference/snapshot-configs.md b/website/docs/reference/snapshot-configs.md index ed4e990953a..fd5969a4c8c 100644 --- a/website/docs/reference/snapshot-configs.md +++ b/website/docs/reference/snapshot-configs.md @@ -94,12 +94,12 @@ snapshots: snapshots: - name: config: - database: - schema: - unique_key: - strategy: timestamp | check - updated_at: - check_cols: [] | all + [database](/reference/resource-configs/database): + [schema](/reference/resource-configs/schema): + [unique_key](/reference/resource-configs/unique_key): + [strategy](/reference/resource-configs/strategy): timestamp | check + [updated_at](/reference/resource-configs/updated_at): + [check_cols](/reference/resource-configs/check_cols): [] | all ```