mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-13 08:15:14 +02:00
18 lines
299 B
YAML
18 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
|