Skip to content

Commit

Permalink
Increase dbt version range
Browse files Browse the repository at this point in the history
  • Loading branch information
llifoawing committed Dec 12, 2024
1 parent 31a535c commit 4016d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "dbt_artifacts"
version: "2.7.0"
config-version: 2
require-dbt-version: [">=1.3.0", "<1.9.0"]
require-dbt-version: [">=1.3.0", "<2.0.0"]
profile: "dbt_artifacts"

clean-targets: # folders to be removed by `dbt clean`
Expand Down

0 comments on commit 4016d6c

Please sign in to comment.