I try to create a clickhouse dictionary:
CREATE DICTIONARY rnd.exchange_rate_history ( code String, date Date, rate Decimal(20, 6) ) PRIMARY KEY c