Skip to content

Commit

Permalink
fix syntax for require-dbt-version (#6160)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Sep 27, 2024
2 parents 2759f83 + c0b1ca7 commit 711fc27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ In the following example, the project will only run with dbt v1.5:
<File name='dbt_project.yml'>

```yml
require-dbt-version: 1.5
require-dbt-version: "1.5.0"
```

</File>
Expand Down

0 comments on commit 711fc27

Please sign in to comment.