ktx/python/ktx-sl/sources/tpch/region.yaml

11 lines
174 B
YAML
Raw Permalink Normal View History

2026-05-10 23:12:26 +02:00
name: region
table: public.region
grain: [r_regionkey]
columns:
- name: r_regionkey
type: number
- name: r_name
type: string
- name: r_comment
type: string