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

22 lines
406 B
YAML
Raw Permalink Normal View History

2026-05-10 23:12:26 +02:00
name: webinar_registrations
table: webinar_registrations
grain:
- registration_id
columns:
- name: registration_id
type: number
- name: lead_id
type: number
- name: registered_at
type: time
role: time
- name: webinar_id
type: number
joins:
- to: leads
'on': lead_id = leads.lead_id
relationship: many_to_one
- to: webinars
'on': webinar_id = webinars.webinar_id
relationship: many_to_one