We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
country_mapping_no_flags
1 parent 408557d commit abb6a56Copy full SHA for abb6a56
1 file changed
services/libs/tinybird/datasources/country_mapping_no_flags_ds.datasource
@@ -0,0 +1,8 @@
1
+
2
+SCHEMA >
3
+ `country` String,
4
+ `country_code` String,
5
+ `timezone_offset` Int16
6
7
+ENGINE "MergeTree"
8
+ENGINE_SORTING_KEY "country, timezone_offset"
0 commit comments