Skip to content

Commit 4288f49

Browse files
authored
changed dbt package version to a commit with dremio types mapping. ne… (#1985)
* changed dbt package version to a commit with dremio types mapping. needed for dremio cll in elementary cloud
1 parent 2d9f145 commit 4288f49

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
packages:
22
- package: dbt-labs/dbt_utils
33
version: 0.8.6
4-
- package: elementary-data/elementary
5-
version: 0.19.2
6-
sha1_hash: fb182360b3c74342aba55c5046a4139e2f1a6f2f
4+
- git: https://github.com/elementary-data/dbt-data-reliability.git
5+
revision: 257974756e195140204ac4a76278a26acf78a27f
6+
sha1_hash: 0bac331a6cf2d739e67a64cf27532d9502175e37

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-
- package: elementary-data/elementary
5-
version: 0.19.2
4+
- git: https://github.com/elementary-data/dbt-data-reliability.git
5+
revision: 257974756e195140204ac4a76278a26acf78a27f
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)