Nikita Komarov
Nikita Komarov
**Problem** I want to remove cubes from sql api, but leave it visible via rest api. In other words, remove some cubes from result of query ``` SELECT * FROM...
**Failed SQL** `select max(InvoiceDateTime) from sales` **Version:** 0.30.28 **Additional context** We have cube **'sales'** with underlying clickhouse table. It contains **InvoiceDateTime** column. Dimension is configured like below ``` invoiceDatetime: {...
**Describe the bug** We have such dimension in Sales cube. Clickhouse is an underlying database ``` "saleKey":{ "sql":"`farmHash64(doesnt matter what is inside)`", "type":"`number`", "primaryKey":true, "shown":true }, ``` farmHash64 returns UInt64...