mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-22 11:51:01 +02:00
Initial open-source release
This commit is contained in:
commit
1a42152e6f
1199 changed files with 257054 additions and 0 deletions
26
python/klo-sl/sources/b2b_saas/approvals.yaml
Normal file
26
python/klo-sl/sources/b2b_saas/approvals.yaml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
name: approvals
|
||||
table: approvals
|
||||
grain:
|
||||
- approval_id
|
||||
columns:
|
||||
- name: approval_id
|
||||
type: number
|
||||
- name: approved_at
|
||||
type: time
|
||||
role: time
|
||||
- name: approver_rep_id
|
||||
type: number
|
||||
- name: quote_id
|
||||
type: number
|
||||
- name: requested_at
|
||||
type: time
|
||||
role: time
|
||||
- name: status
|
||||
type: string
|
||||
joins:
|
||||
- to: sales_reps
|
||||
'on': approver_rep_id = sales_reps.rep_id
|
||||
relationship: many_to_one
|
||||
- to: quotes
|
||||
'on': quote_id = quotes.quote_id
|
||||
relationship: many_to_one
|
||||
Loading…
Add table
Add a link
Reference in a new issue