mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
22 lines
307 B
YAML
22 lines
307 B
YAML
|
|
name: etl_runs
|
||
|
|
table: etl_runs
|
||
|
|
grain:
|
||
|
|
- run_id
|
||
|
|
columns:
|
||
|
|
- name: run_id
|
||
|
|
type: number
|
||
|
|
- name: destination
|
||
|
|
type: string
|
||
|
|
- name: ended_at
|
||
|
|
type: time
|
||
|
|
role: time
|
||
|
|
- name: rows_processed
|
||
|
|
type: number
|
||
|
|
- name: source
|
||
|
|
type: string
|
||
|
|
- name: started_at
|
||
|
|
type: time
|
||
|
|
role: time
|
||
|
|
- name: status
|
||
|
|
type: string
|