Skip to content

Commit

Permalink
chore(pipeline) : Bump dbt_utils
Browse files Browse the repository at this point in the history
Latest version of DBT now refuses to install a package if it's not
up-to-date:

	Update your versions in packages.yml, then run dbt deps

Update the package accordingly, and lock it so that we don't runb in
this issue in production and have predictable installs.

https://docs.getdbt.com/reference/commands/deps#predictable-package-installs
  • Loading branch information
vperron committed Aug 2, 2024
1 parent 7ce2827 commit 816d71d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pipeline/dbt/package-lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages:
- package: dbt-labs/dbt_utils
version: 1.2.0
sha1_hash: d4f259856543b0ef301e0b3b0bbc94ccb6b12a54
2 changes: 1 addition & 1 deletion pipeline/dbt/packages.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
packages:
- package: dbt-labs/dbt_utils
version: 1.1.1
version: 1.2.0

0 comments on commit 816d71d

Please sign in to comment.