ktx/python/ktx-sl/sources/b2b_saas/quotas.yaml

20 lines
306 B
YAML
Raw Permalink Normal View History

2026-05-10 23:12:26 +02:00
name: quotas
table: quotas
grain:
- quota_id
columns:
- name: quota_id
type: number
- name: period_end
type: string
- name: period_start
type: string
- name: quota_arr
type: number
- name: rep_id
type: number
joins:
- to: sales_reps
'on': rep_id = sales_reps.rep_id
relationship: many_to_one