From 236a2368b27919741e0c95fa779bb33319498466 Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:38:11 +0000 Subject: [PATCH] Update website/docs/docs/build/snapshots.md --- website/docs/docs/build/snapshots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/build/snapshots.md b/website/docs/docs/build/snapshots.md index 3ab73846aa..77f77bde87 100644 --- a/website/docs/docs/build/snapshots.md +++ b/website/docs/docs/build/snapshots.md @@ -451,7 +451,7 @@ In dbt Core v1.9+ (or available sooner in [the "Latest" release track in dbt Clo All of these column names can be customized using the `snapshot_meta_column_names` config. Refer to this [example](/reference/resource-configs/snapshot_meta_column_names#example) for more details. -The timestamps used for each column are subtly different depending on the strategy you use: +*The timestamps used for each column are subtly different depending on the strategy you use: - For the `timestamp` strategy, the configured `updated_at` column is used to populate the `dbt_valid_from`, `dbt_valid_to` and `dbt_updated_at` columns.