mirror of
https://github.com/Kaelio/ktx.git
synced 2026-07-13 11:22:11 +02:00
rename klo to ktx
This commit is contained in:
parent
1a42152e6f
commit
3ce510b55b
704 changed files with 10205 additions and 10255 deletions
15
python/ktx-sl/sources/b2b_saas/budgets.yaml
Normal file
15
python/ktx-sl/sources/b2b_saas/budgets.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name: budgets
|
||||
table: budgets
|
||||
grain:
|
||||
- budget_id
|
||||
columns:
|
||||
- name: budget_id
|
||||
type: number
|
||||
- name: department
|
||||
type: string
|
||||
- name: period_end
|
||||
type: string
|
||||
- name: period_start
|
||||
type: string
|
||||
- name: planned_amount
|
||||
type: number
|
||||
Loading…
Add table
Add a link
Reference in a new issue