Skip to content

Commit

Permalink
Merge pull request #230 from dbt-labs/callum-mcdata/hotfix-calendar-yml
Browse files Browse the repository at this point in the history
Fixing Calendar YML
  • Loading branch information
callum-mcdata authored Apr 3, 2023
2 parents a55c1d9 + faa7bbd commit 33656c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions models/dbt_metrics_default_calendar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ models:
An auto generated calendar table that used for metrics.
columns:
- name: DATE_DAY
- name: date_day
description: "Date"
- name: DATE_WEEK
- name: date_week
description: "Date truncated into week"
- name: DATE_MONTH
- name: date_month
description: "Date truncated into month"
- name: DATE_QUARTER
- name: date_quarter
description: "Date truncated into quarter"
- name: DATE_YEAR
- name: date_year
description: "Date truncated into year"

0 comments on commit 33656c5

Please sign in to comment.