mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
17 lines
299 B
YAML
17 lines
299 B
YAML
name: fiscal_calendar
|
|
table: fiscal_calendar
|
|
grain:
|
|
- calendar_date
|
|
columns:
|
|
- name: calendar_date
|
|
type: time
|
|
- name: fiscal_month
|
|
type: string
|
|
- name: fiscal_quarter
|
|
type: string
|
|
- name: fiscal_year
|
|
type: string
|
|
- name: is_month_start
|
|
type: string
|
|
- name: is_quarter_start
|
|
type: string
|