|
13 | 13 | C_MKTSEGMENT LowCardinality(String),
|
14 | 14 | C_COMMENT String
|
15 | 15 | )
|
16 |
| - ENGINE = S3(\'https://storage.yandexcloud.net/otus-dwh/tpch-dbgen-1g/customer.tbl\', \'CustomSeparated\') |
| 16 | + ENGINE = S3(\'https://storage.yandexcloud.net/ch-data-course/customer.tbl\', \'CustomSeparated\') |
17 | 17 | SETTINGS
|
18 | 18 | format_custom_field_delimiter=\'|\'
|
19 | 19 | ,format_custom_escaping_rule=\'CSV\'
|
|
32 | 32 | O_SHIPPRIORITY UInt8,
|
33 | 33 | O_COMMENT String
|
34 | 34 | )
|
35 |
| - ENGINE = S3(\'https://storage.yandexcloud.net/otus-dwh/tpch-dbgen-1g/orders.tbl\', \'CustomSeparated\') |
| 35 | + ENGINE = S3(\'https://storage.yandexcloud.net/ch-data-course/orders.tbl\', \'CustomSeparated\') |
36 | 36 | SETTINGS
|
37 | 37 | format_custom_field_delimiter=\'|\'
|
38 | 38 | ,format_custom_escaping_rule=\'CSV\'
|
|
58 | 58 | L_SHIPMODE LowCardinality(String),
|
59 | 59 | L_COMMENT String
|
60 | 60 | )
|
61 |
| - ENGINE = S3(\'https://storage.yandexcloud.net/otus-dwh/tpch-dbgen-1g/lineitem.tbl\', \'CustomSeparated\') |
| 61 | + ENGINE = S3(\'https://storage.yandexcloud.net/ch-data-course/lineitem.tbl\', \'CustomSeparated\') |
62 | 62 | SETTINGS
|
63 | 63 | format_custom_field_delimiter=\'|\'
|
64 | 64 | ,format_custom_escaping_rule=\'CSV\'
|
|
77 | 77 | P_RETAILPRICE Decimal(15,2),
|
78 | 78 | P_COMMENT String
|
79 | 79 | )
|
80 |
| - ENGINE = S3(\'https://storage.yandexcloud.net/otus-dwh/tpch-dbgen-1g/part.tbl\', \'CustomSeparated\') |
| 80 | + ENGINE = S3(\'https://storage.yandexcloud.net/ch-data-course/part.tbl\', \'CustomSeparated\') |
81 | 81 | SETTINGS
|
82 | 82 | format_custom_field_delimiter=\'|\'
|
83 | 83 | ,format_custom_escaping_rule=\'CSV\'
|
|
94 | 94 | S_ACCTBAL Decimal(15,2),
|
95 | 95 | S_COMMENT String
|
96 | 96 | )
|
97 |
| - ENGINE = S3(\'https://storage.yandexcloud.net/otus-dwh/tpch-dbgen-1g/supplier.tbl\', \'CustomSeparated\') |
| 97 | + ENGINE = S3(\'https://storage.yandexcloud.net/ch-data-course/supplier.tbl\', \'CustomSeparated\') |
98 | 98 | SETTINGS
|
99 | 99 | format_custom_field_delimiter=\'|\'
|
100 | 100 | ,format_custom_escaping_rule=\'CSV\'
|
|
0 commit comments