Skip to content

Commit

Permalink
Update website/docs/reference/project-configs/query-comment.md
Browse files Browse the repository at this point in the history
Co-authored-by: nataliefiann <[email protected]>
  • Loading branch information
mirnawong1 and nataliefiann authored Nov 25, 2024
1 parent dff2ca9 commit 4943a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/project-configs/query-comment.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ create view analytics.analytics.orders as (

## Using the dictionary syntax
The dictionary syntax includes two keys:
* `comment` (optional, see above for default): The string to be injected into a query as a comment.
* `comment` (optional, for more information, refer to the [default](#default) section): The string to be injected into a query as a comment.
* `append` (optional, default=`false`): Whether a comment should be appended (added to the bottom of a query) or not (i.e. added to the top of a query). By default, comments are added to the top of queries (i.e. `append: false`).

This syntax is useful on databases like Snowflake which [remove leading SQL comments](https://docs.snowflake.com/en/release-notes/2017-04.html#queries-leading-comments-removed-during-execution).
Expand Down

0 comments on commit 4943a76

Please sign in to comment.