Skip to content

Commit

Permalink
Update website/docs/reference/dbt-jinja-functions/config.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Dec 9, 2024
1 parent 65d3786 commit 82ebebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/dbt-jinja-functions/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The `config.get` function is used to get configurations for a model from the end
There are 3 cases:
1. The configuration variable exists, it is not `None`
1. The configuration variable exists, it is `None`
1. The configuration variable doesn't exist
1. The configuration variable does not exist

Example usage:
```sql
Expand Down

0 comments on commit 82ebebf

Please sign in to comment.