Kevin
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),  helps us to solve the issues when switching to cubestore (cache and queue driver), will close this now.