Skip to content

Commit

Permalink
Set minimum dbt version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesmet committed Oct 12, 2022
1 parent 1a18522 commit 2fc3d70
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,5 +1,5 @@
name: 'trino_utils'
version: '0.1.0'
config-version: 2
require-dbt-version: [">=1.0.0", "<2.0.0"]
require-dbt-version: [">=1.2.0", "<2.0.0"]
macro-paths: ["macros"]

0 comments on commit 2fc3d70

Please sign in to comment.