From eb7aa1547856e8f7cff3b75c762655261931bf81 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Wed, 8 Nov 2023 11:14:43 +0000 Subject: [PATCH] Update website/docs/reference/resource-configs/pre-hook-post-hook.md Co-authored-by: Pat Kearns --- 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 16ef2e1685c..de652bff088 100644 --- a/website/docs/reference/resource-configs/pre-hook-post-hook.md +++ b/website/docs/reference/resource-configs/pre-hook-post-hook.md @@ -182,7 +182,7 @@ There may be occasions where you need to run these hooks _outside_ of a transact * You want to insert a record into an audit at the start of a run and do not want that statement rolled back if the model creation fails. 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. + - Important note: Do not use this syntax if you are using a database where dbt does not support transactions. This includes databases like Snowflake, BigQuery, and Spark or Databricks.