Skip to content

Commit 139d105

Browse files
committed
fix: add missing datasource definition for country_mapping_ds
Signed-off-by: Raúl Santos <[email protected]>
1 parent f4e1206 commit 139d105

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
SCHEMA >
2+
`country` String,
3+
`flag` String,
4+
`country_code` String,
5+
`timezone_offset` Int16
6+
7+
ENGINE MergeTree
8+
ENGINE_SORTING_KEY flag, country_code, timezone_offset

0 commit comments

Comments
 (0)