Skip to content

Commit bc1e50d

Browse files
committed
more docs
1 parent ae5a685 commit bc1e50d

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

models/intermediate/intermediate.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,24 @@ models:
3030
- Oct
3131
- Nov
3232
- 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
3351
- name: day_of_month
3452
description: The day of the month
3553
tests:
@@ -51,6 +69,21 @@ models:
5169
- dbt_expectations.expect_column_values_to_be_between:
5270
min_value: 0
5371
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+
5487

5588
- name: dim_time
5689
description: A dimension table of time

0 commit comments

Comments
 (0)