From 35318a1c438e6363af7f5db57463a3b69001f1d4 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:16:33 +0000 Subject: [PATCH] Update website/docs/reference/resource-configs/pre-hook-post-hook.md --- website/docs/reference/resource-configs/pre-hook-post-hook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/resource-configs/pre-hook-post-hook.md b/website/docs/reference/resource-configs/pre-hook-post-hook.md index f48b65b4ad6..a21955e1c06 100644 --- a/website/docs/reference/resource-configs/pre-hook-post-hook.md +++ b/website/docs/reference/resource-configs/pre-hook-post-hook.md @@ -186,7 +186,7 @@ To achieve this behavior, you can use one of the following syntaxes. Important note: Do not use this syntax if you are using a database where dbt does not use transactions by default. This includes databases like Snowflake, BigQuery, and Spark or Databricks. - + #### Config block: use the `before_begin` and `after_commit` helper macros