ktx/python/ktx-sl/sources/b2b_saas/quotas.yaml
2026-05-10 23:51:24 +02:00

19 lines
306 B
YAML

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