Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyyeo committed Aug 29, 2024
1 parent f8e3e68 commit 9351129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt-warnings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9351129

Please sign in to comment.