Skip to content

Commit

Permalink
Update model.md (#6038)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Sep 10, 2024
2 parents 0757e99 + cbfb2b1 commit 0cd9f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/dbt-jinja-functions/model.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: "`model` is the dbt graph object (or node) for the current model."

For example:
```jinja
{% if model.config.materialization == 'view' %}
{% if model.config.materialized == 'view' %}
{{ log(model.name ~ " is a view.", info=True) }}
{% endif %}
```
Expand Down

0 comments on commit 0cd9f32

Please sign in to comment.