We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e1206 commit aca98eeCopy full SHA for aca98ee
1 file changed
services/libs/tinybird/datasources/datasources/country_mapping_ds.datasource
@@ -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