mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-04 10:52:13 +02:00
Initial open-source release
This commit is contained in:
commit
1a42152e6f
1199 changed files with 257054 additions and 0 deletions
30
python/klo-sl/sources/b2b_saas/web_sessions.yaml
Normal file
30
python/klo-sl/sources/b2b_saas/web_sessions.yaml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
name: web_sessions
|
||||
table: web_sessions
|
||||
grain:
|
||||
- session_id
|
||||
columns:
|
||||
- name: session_id
|
||||
type: number
|
||||
- name: account_id
|
||||
type: number
|
||||
- name: landing_page
|
||||
type: string
|
||||
- name: lead_id
|
||||
type: number
|
||||
- name: session_start
|
||||
type: string
|
||||
- name: utm_campaign
|
||||
type: string
|
||||
- name: utm_medium
|
||||
type: string
|
||||
- name: utm_source
|
||||
type: string
|
||||
- name: visitor_id
|
||||
type: number
|
||||
joins:
|
||||
- to: leads
|
||||
'on': lead_id = leads.lead_id
|
||||
relationship: many_to_one
|
||||
- to: accounts
|
||||
'on': account_id = accounts.account_id
|
||||
relationship: many_to_one
|
||||
Loading…
Add table
Add a link
Reference in a new issue