Skip to content

Commit

Permalink
Merge pull request #43 from tailsdotcom/ac/020-compatability
Browse files Browse the repository at this point in the history
require dbt >=0.20.0
  • Loading branch information
alanmcruickshank authored Jul 17, 2021
2 parents d740dce + 4dad6a9 commit 27d81ab
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: '0.5.0'
config-version: 2
require-dbt-version: ">=0.19.0"
require-dbt-version: ">=0.20.0"

models:
dbt_artifacts:
Expand Down

0 comments on commit 27d81ab

Please sign in to comment.