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

24 lines
383 B
YAML
Raw Permalink Normal View History

2026-05-10 23:12:26 +02:00
name: accounts
table: accounts
grain:
- account_id
columns:
- name: account_id
type: number
- name: account_name
type: string
- name: csm_rep_id
type: number
- name: industry
type: string
- name: is_customer
type: string
- name: region
type: string
- name: segment
type: string
joins:
- to: sales_reps
'on': csm_rep_id = sales_reps.rep_id
relationship: many_to_one