Skip to content

Commit c9211de

Browse files
authored
changed the dbt package version to a version that fixed a dremio timestamp bug (#2033)
1 parent db08f96 commit c9211de

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.20.0
6-
sha1_hash: b947fddc15b523536708ec80fbf40600fff44200
4+
- git: https://github.com/elementary-data/dbt-data-reliability.git
5+
revision: 20b76374f7c1b6cc280af7652c720e6069499a19
6+
sha1_hash: 78546c8dc4ab641d9a66ebe04f4cd5818e4c0c37
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
packages:
22
- package: dbt-labs/dbt_utils
33
version: [">=0.8.0", "<0.9.0"]
4-
- package: elementary-data/elementary
5-
version: 0.20.0
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)
9-
#- git: https://github.com/elementary-data/dbt-data-reliability.git
10-
# revision: f22a2387d19dddd73c8a506d1a9cbb08204f83f9
9+
- git: https://github.com/elementary-data/dbt-data-reliability.git
10+
revision: 20b76374f7c1b6cc280af7652c720e6069499a19
1111
# When releasing a new version of the package, if the current version is using a commit hash, update the version to the new version.
1212
#- package: elementary-data/elementary
1313
# version: 0.20.0

0 commit comments

Comments
 (0)