File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,20 @@ models:
81
81
- Friday
82
82
- Saturday
83
83
- Sunday
84
+ - name : day_of_week
85
+ description : The day of the week
86
+ tests :
87
+ - not_null
88
+ - dbt_expectations.expect_column_values_to_be_between :
89
+ min_value : 1
90
+ max_value : 7
91
+ - name : day_of_week_iso
92
+ description : The day of the week according to ISO 8601
93
+ tests :
94
+ - not_null
95
+ - dbt_expectations.expect_column_values_to_be_between :
96
+ min_value : 1
97
+ max_value : 7
84
98
- name : day_of_year
85
99
description : The day of the year
86
100
tests :
@@ -103,14 +117,14 @@ models:
103
117
min_value : 0
104
118
max_value : 53
105
119
- name : iso_week_of_year
106
- description : The ISO week of the year
120
+ description : The ISO week of the year as defined by ISO 8601
107
121
tests :
108
122
- not_null
109
123
- dbt_expectations.expect_column_values_to_be_between :
110
124
min_value : 1
111
125
max_value : 53
112
126
- name : prior_year_iso_week_of_year
113
- description : The ISO week of the year in the prior year
127
+ description : The ISO week of the year in the prior year as per ISO 8601
114
128
tests :
115
129
- not_null
116
130
- dbt_expectations.expect_column_values_to_be_between :
You can’t perform that action at this time.
0 commit comments