Skip to content

Commit aca98ee

Browse files
authored
fix: add missing datasource definition for country_mapping_ds (#3393)
Signed-off-by: Raúl Santos <4837+borfast@users.noreply.github.com>
1 parent f4e1206 commit aca98ee

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)