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

23 lines
428 B
YAML

name: forecast_snapshots
table: forecast_snapshots
grain:
- snapshot_id
columns:
- name: snapshot_id
type: number
- name: category
type: string
- name: rep_id
type: number
- name: snapshot_date
type: time
role: time
- name: team_id
type: number
joins:
- to: sales_teams
'on': team_id = sales_teams.team_id
relationship: many_to_one
- to: sales_reps
'on': rep_id = sales_reps.rep_id
relationship: many_to_one