Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 6 additions & 4 deletions elementary/monitor/dbt_project/package-lock.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
packages:
- package: dbt-labs/dbt_utils
- name: dbt_utils
package: dbt-labs/dbt_utils
version: 0.8.6
- git: https://github.com/elementary-data/dbt-data-reliability.git
revision: 2265cff62f4514390d97db02dd862c197353aed2
sha1_hash: 643cf3145ac135c679505d2319a262eac54237bd
- name: elementary
package: elementary-data/elementary
version: 0.20.0
sha1_hash: b947fddc15b523536708ec80fbf40600fff44200
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"]
- git: https://github.com/elementary-data/dbt-data-reliability.git
revision: 2265cff62f4514390d97db02dd862c197353aed2
- package: elementary-data/elementary
version: 0.20.0

# 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