Skip to content

Commit

Permalink
Specify dependency versions with compatibility in mind (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrmccown authored Aug 31, 2023
1 parent 215a0f1 commit d7b6e55
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "dbt_fullstory"
version: "0.1.0"
config-version: 2
require-dbt-version: [">=1.2.0", "<2.0.0"]

# This setting configures which "profile" dbt uses for this project.
profile: "dbt_fullstory"
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ packages:
version: [">=1.0.0", "<2.0.0"]

- package: calogica/dbt_expectations
version: 0.8.5
version: [">=0.8.0", "<0.9.0"]

- local: ../
Empty file.
3 changes: 0 additions & 3 deletions packages.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
packages:
- package: dbt-labs/dbt_utils
version: [">=1.0.0", "<2.0.0"]

- package: calogica/dbt_expectations
version: 0.8.5

0 comments on commit d7b6e55

Please sign in to comment.