From 93511296cf2357dfe3185d83762be7ba0995bde7 Mon Sep 17 00:00:00 2001 From: jeremyyeo Date: Thu, 29 Aug 2024 16:26:07 +1200 Subject: [PATCH] mend --- dbt-warnings/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt-warnings/README.md b/dbt-warnings/README.md index 3815946..2d322f8 100644 --- a/dbt-warnings/README.md +++ b/dbt-warnings/README.md @@ -123,7 +123,7 @@ Which is usually accompanied by an error: cannot access local variable 'connection' where it is not associated with a value ``` -This is Snowflake exclusive and happens when you accidentally return a SQL comment to a hook (pre/post/on-run-start/on-run-end). Let's look at a quick example: +Typically on Snowflake and happens when you accidentally return a SQL comment to a hook (pre/post/on-run-start/on-run-end). Let's look at a quick example: ```sql -- models/foo.sql