File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,24 @@ models:
30
30
- Oct
31
31
- Nov
32
32
- Dec
33
+ - name : month_name
34
+ description : The name of the month
35
+ tests :
36
+ - not_null
37
+ - accepted_values :
38
+ values :
39
+ - January
40
+ - February
41
+ - March
42
+ - April
43
+ - May
44
+ - June
45
+ - July
46
+ - August
47
+ - September
48
+ - October
49
+ - November
50
+ - December
33
51
- name : day_of_month
34
52
description : The day of the month
35
53
tests :
@@ -51,6 +69,21 @@ models:
51
69
- dbt_expectations.expect_column_values_to_be_between :
52
70
min_value : 0
53
71
max_value : 53
72
+ - name : iso_week_of_year
73
+ description : The ISO week of the year
74
+ tests :
75
+ - not_null
76
+ - dbt_expectations.expect_column_values_to_be_between :
77
+ min_value : 1
78
+ max_value : 53
79
+ - name : month_of_year
80
+ description : The month of the year
81
+ tests :
82
+ - not_null
83
+ - dbt_expectations.expect_column_values_to_be_between :
84
+ min_value : 1
85
+ max_value : 12
86
+
54
87
55
88
- name : dim_time
56
89
description : A dimension table of time
You can’t perform that action at this time.
0 commit comments