From 4a99b8f22bdad1846ea41639bb72f47b9926005e Mon Sep 17 00:00:00 2001 From: Natalie Fiann Date: Mon, 23 Sep 2024 12:44:32 +0100 Subject: [PATCH 1/3] Added a caution callout for updated_at --- website/docs/reference/resource-configs/updated_at.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/docs/reference/resource-configs/updated_at.md b/website/docs/reference/resource-configs/updated_at.md index 896405bf063..825b94ad3e5 100644 --- a/website/docs/reference/resource-configs/updated_at.md +++ b/website/docs/reference/resource-configs/updated_at.md @@ -27,6 +27,12 @@ snapshots: +:::caution + +You may get a warning if the data type of the `updated_at` column does not match the adapter-configured default. + +::: + ## Description A column within the results of your snapshot query that represents when the record row was last updated. From 8ac6b5aac8c37720db65ef3f16b7e3f6aa8f59bb Mon Sep 17 00:00:00 2001 From: nataliefiann <120089939+nataliefiann@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:18:31 +0100 Subject: [PATCH 2/3] Update website/docs/reference/resource-configs/updated_at.md Co-authored-by: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> --- website/docs/reference/resource-configs/updated_at.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/resource-configs/updated_at.md b/website/docs/reference/resource-configs/updated_at.md index 825b94ad3e5..b3d37bea7c0 100644 --- a/website/docs/reference/resource-configs/updated_at.md +++ b/website/docs/reference/resource-configs/updated_at.md @@ -29,7 +29,7 @@ snapshots: :::caution -You may get a warning if the data type of the `updated_at` column does not match the adapter-configured default. +You might get a warning if the data type of the `updated_at` column does not match the adapter-configured default. ::: From 895c3fbc5e690adefe0ec923e327289eb340d300 Mon Sep 17 00:00:00 2001 From: nataliefiann <120089939+nataliefiann@users.noreply.github.com> Date: Thu, 26 Sep 2024 13:11:12 +0100 Subject: [PATCH 3/3] Update website/docs/reference/resource-configs/updated_at.md --- website/docs/reference/resource-configs/updated_at.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/resource-configs/updated_at.md b/website/docs/reference/resource-configs/updated_at.md index b3d37bea7c0..69abb463842 100644 --- a/website/docs/reference/resource-configs/updated_at.md +++ b/website/docs/reference/resource-configs/updated_at.md @@ -29,7 +29,7 @@ snapshots: :::caution -You might get a warning if the data type of the `updated_at` column does not match the adapter-configured default. +You will get a warning if the data type of the `updated_at` column does not match the adapter-configured default. :::