File tree 3 files changed +6
-6
lines changed
elementary/monitor/dbt_project
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ Make sure to copy the packages that are relevant to your dbt version.
52
52
``` yml packages.yml
53
53
packages :
54
54
- package : elementary-data/elementary
55
- version : 0.4.11
56
- # # compatible with Elementary CLI version 0.4.11
55
+ version : 0.5.0
56
+ # # compatible with Elementary CLI version 0.5.0
57
57
# # see docs: https://docs.elementary-data.com/
58
58
```
59
59
@@ -62,8 +62,8 @@ packages:
62
62
``` yml packages.yml
63
63
packages :
64
64
- package : elementary-data/elementary
65
- version : 0.4.11
66
- # # compatible with Elementary CLI version 0.4.11
65
+ version : 0.5.0
66
+ # # compatible with Elementary CLI version 0.5.0
67
67
# # see docs: https://docs.elementary-data.com/
68
68
69
69
# # !! Important !! For dbt <1.2.0 ##
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ packages:
2
2
- package : dbt-labs/dbt_utils
3
3
version : [">=0.8.0", "<0.9.0"]
4
4
- package : elementary-data/elementary
5
- version : 0.4.11
5
+ version : 0.5.0
Original file line number Diff line number Diff line change 11
11
setup (
12
12
name = 'elementary-data' ,
13
13
description = 'Data monitoring and lineage' ,
14
- version = '0.4.11 ' ,
14
+ version = '0.5.0 ' ,
15
15
packages = find_packages (),
16
16
python_requires = '>=3.6.2' ,
17
17
entry_points = '''
You can’t perform that action at this time.
0 commit comments