Skip to content

Commit d48e82d

Browse files
authored
update the CLI to use the new package version (#2024)
* update the CLI to use the new package version * update package lock
1 parent 382b865 commit d48e82d

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
packages:
2-
- package: dbt-labs/dbt_utils
2+
- name: dbt_utils
3+
package: dbt-labs/dbt_utils
34
version: 0.8.6
4-
- git: https://github.com/elementary-data/dbt-data-reliability.git
5-
revision: 2265cff62f4514390d97db02dd862c197353aed2
6-
sha1_hash: 643cf3145ac135c679505d2319a262eac54237bd
5+
- name: elementary
6+
package: elementary-data/elementary
7+
version: 0.20.0
8+
sha1_hash: b947fddc15b523536708ec80fbf40600fff44200

elementary/monitor/dbt_project/packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
packages:
22
- package: dbt-labs/dbt_utils
33
version: [">=0.8.0", "<0.9.0"]
4-
- git: https://github.com/elementary-data/dbt-data-reliability.git
5-
revision: 2265cff62f4514390d97db02dd862c197353aed2
4+
- package: elementary-data/elementary
5+
version: 0.20.0
66

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

0 commit comments

Comments
 (0)