Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions elementary/monitor/dbt_project/package-lock.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
packages:
- package: dbt-labs/dbt_utils
version: 0.8.6
- package: elementary-data/elementary
version: 0.21.0
sha1_hash: 2b5fe24bdc902ec44d0e6f227e3441c9ffc62950
- git: https://github.com/elementary-data/dbt-data-reliability.git
revision: 96f29dce3711f38c63f992bcaf8848b101d63194
sha1_hash: ce08c971d968f1662489323aad1abd3ae6adcb33
4 changes: 2 additions & 2 deletions elementary/monitor/dbt_project/packages.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
packages:
- package: dbt-labs/dbt_utils
version: [">=0.8.0", "<0.9.0"]
- package: elementary-data/elementary
version: 0.21.0
- git: https://github.com/elementary-data/dbt-data-reliability.git
revision: 96f29dce3711f38c63f992bcaf8848b101d63194
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make sure to update to the hash from master after it is merged


# NOTE - for unreleased CLI versions we often need to update the package version to a commit hash (please leave this
# commented, so it will be easy to access)
Expand Down
Loading