Skip to content

Commit

Permalink
Update website/docs/reference/resource-configs/pre-hook-post-hook.md
Browse files Browse the repository at this point in the history
Co-authored-by: Pat Kearns <[email protected]>
  • Loading branch information
mirnawong1 and patkearns10 authored Nov 8, 2023
1 parent e06123b commit eb7aa15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Term id="table" /> 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.

<Tabs>
<TabItem value="beforebegin" label="Use before_begin and after_commit">
Expand Down

0 comments on commit eb7aa15

Please sign in to comment.