Skip to content

Commit

Permalink
Workaround with versions to support old dbt packages
Browse files Browse the repository at this point in the history
  • Loading branch information
oravi committed Mar 4, 2022
1 parent df28b6c commit df518f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'elementary'
version: '0.1.1'

require-dbt-version: [">=1.0.0", "<2.0.0"]
require-dbt-version: [">=0.20.0", "<1.1.0"]

config-version: 2
profile: 'elementary_snowflake'
Expand Down
2 changes: 1 addition & 1 deletion packages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packages:
- package: dbt-labs/dbt_utils
version: [">=0.8.0", "<0.9.0"]
version: 0.7.6

0 comments on commit df518f1

Please sign in to comment.