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
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.20.0
sha1_hash: b947fddc15b523536708ec80fbf40600fff44200
- git: https://github.com/elementary-data/dbt-data-reliability.git
revision: 20b76374f7c1b6cc280af7652c720e6069499a19
sha1_hash: 78546c8dc4ab641d9a66ebe04f4cd5818e4c0c37
8 changes: 4 additions & 4 deletions elementary/monitor/dbt_project/packages.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
packages:
- package: dbt-labs/dbt_utils
version: [">=0.8.0", "<0.9.0"]
- package: elementary-data/elementary
version: 0.20.0
# - 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)
#- git: https://github.com/elementary-data/dbt-data-reliability.git
# revision: f22a2387d19dddd73c8a506d1a9cbb08204f83f9
- git: https://github.com/elementary-data/dbt-data-reliability.git
revision: 20b76374f7c1b6cc280af7652c720e6069499a19
# When releasing a new version of the package, if the current version is using a commit hash, update the version to the new version.
#- package: elementary-data/elementary
# version: 0.20.0
Loading