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 b676724 commit dff2ca9
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 @@ -277,4 +277,4 @@ The following context variables are available when generating a query comment:
| connection_name | A string representing the internal name for the connection. This string is generated by dbt. |
| node | A dictionary representation of the parsed node object. Use `node.unique_id`, `node.database`, `node.schema`, and so on. |

Note: The `var()` function in `query-comment` macros only accesses variables passed through the `--vars` argument in the CLI. Variables defined in the vars block of your `dbt_project.yml` are not accessible when generating query comments.
Note: The `var()` function in `query-comment` macros only access variables passed through the `--vars` argument in the CLI. Variables defined in the vars block of your `dbt_project.yml` are not accessible when generating query comments.

0 comments on commit dff2ca9

Please sign in to comment.