File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,30 @@ models:
209
209
value : 52
210
210
group_by :
211
211
- year_number
212
+ - name : prior_year_iso_week_start_date
213
+ description : The start date of the ISO week in the prior year as per ISO 8601
214
+ tests :
215
+ - not_null
216
+ - dbt_expectations.expect_column_distinct_count_to_be_less_than :
217
+ value : 55
218
+ group_by :
219
+ - year_number
220
+ - dbt_expectations.expect_column_distinct_count_to_be_greater_than :
221
+ value : 52
222
+ group_by :
223
+ - year_number
224
+ - name : prior_year_iso_week_end_date
225
+ description : The end date of the ISO week in the prior year as per ISO 8601
226
+ tests :
227
+ - not_null
228
+ - dbt_expectations.expect_column_distinct_count_to_be_less_than :
229
+ value : 55
230
+ group_by :
231
+ - year_number
232
+ - dbt_expectations.expect_column_distinct_count_to_be_greater_than :
233
+ value : 52
234
+ group_by :
235
+ - year_number
212
236
- name : month_start_date
213
237
description : The start date of the month
214
238
tests :
@@ -284,7 +308,10 @@ models:
284
308
description : The year
285
309
tests :
286
310
- not_null
287
-
311
+ - name : is_holiday
312
+ description : Whether the date is a holiday
313
+ tests :
314
+ - not_null
288
315
289
316
- name : dim_time
290
317
description : A dimension table of time
You can’t perform that action at this time.
0 commit comments