ktx/python/ktx-sl/sources/tpch/region.yaml
2026-05-10 23:51:24 +02:00

10 lines
174 B
YAML

name: region
table: public.region
grain: [r_regionkey]
columns:
- name: r_regionkey
type: number
- name: r_name
type: string
- name: r_comment
type: string