Results 14 comments of Kevin

It happens to me as well when upgreading cube from 34 to 35 (latest one). All my existing queries failed with: ``` "error": "Error: Model files not found. Please make...

Hi @paveltiunov , do we have any guideline doc on upgrading cube from 34 to 35, as we encounter this issue ``` "error": "Error: Model files not found. Please make...

I resolved by explicitly adding the path in the config (following the doc [here](https://cube.dev/docs/reference/configuration/config#schema_path)): ``` module.exports = { schemaPath: 'my-data-model' }; ```

Similar issue has been [reported](https://github.com/cube-js/cube/issues/2316#issue-825233500) in early cube version.

Hi @igorlukanin thank you for your reply. We upgraded to the latest version (v0.35) a few weeks, a and this problem still happens, see below latest log: ![Screenshot 2024-09-03 at...

@igorlukanin I shared the link above, basically we encountered an issue when running pre-aggregation with timestampz (postgres primary type) as time dimension: ``` ERROR [cubestore::http] Error processing HTTP command: Custom...

@igorlukanin It is still blocking us, the current cube version and cubestore version we are using is 1.0.1 (latest one published a few days ago), ![Screenshot 2024-10-21 at 12 01...

So I have to explicitly convert it even when I use ``` type: `time` ``` But need to double check whether it will causing issues/side effects for data came across...

I see @igorlukanin > Type of measure min is calculated as a minimum of values defined in sql. The sql parameter is required and must include any valid SQL expression...

Given [this](https://github.com/cube-js/cube/issues/8546#issuecomment-2430581126) helps us to solve the issues when switching to cubestore (cache and queue driver), will close this now.