Skip to content

Commit

Permalink
Update model.md
Browse files Browse the repository at this point in the history
update code typo
  • Loading branch information
patkearns10 authored Sep 10, 2024
1 parent 0757e99 commit cbfb2b1
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 cbfb2b1

Please sign in to comment.