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

23 lines
453 B
YAML
Raw Permalink Normal View History

2026-05-10 23:12:26 +02:00
name: attribution_credits
table: attribution_credits
grain:
- credit_id
columns:
- name: credit_id
type: number
- name: credit
type: string
- name: model
type: string
- name: opportunity_id
type: number
- name: touchpoint_id
type: number
joins:
- to: touchpoints
'on': touchpoint_id = touchpoints.touchpoint_id
relationship: many_to_one
- to: opportunities
'on': opportunity_id = opportunities.opportunity_id
relationship: many_to_one