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

17 lines
279 B
YAML
Raw Permalink Normal View History

2026-05-10 23:12:26 +02:00
name: target_accounts
table: target_accounts
grain:
- account_id
columns:
- name: account_id
type: number
- name: start_date
type: time
role: time
- name: target_tier
type: string
joins:
- to: accounts
'on': account_id = accounts.account_id
relationship: many_to_one