Skip to content

Commit

Permalink
doc: Add dollar sign information for snowflake.
Browse files Browse the repository at this point in the history
Signed-off-by: Shuchu Han <shuchu.han@gmail.com>
  • Loading branch information
shuchu committed Jun 2, 2024
1 parent 9f879cb commit d12aafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/offline-stores/snowflake.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ FROM
WHERE
other_column = 'value'
```
That 'value' will fail in Snowflake.
That 'value' will fail in Snowflake. Instead, please use pairs of dollar signs like `$$value$$` as [mentioned in Snowflake document](https://docs.snowflake.com/en/sql-reference/data-types-text#label-dollar-quoted-string-constants).



Expand Down

0 comments on commit d12aafd

Please sign in to comment.