Javier Rengel Jiménez
Javier Rengel Jiménez
Waiting for tests to run. I tested manually and it seems good
Relevant code is here https://github.com/lightdash/lightdash/blob/main/packages/frontend/src/hooks/echarts/useEchartsCartesianConfig.ts#L1485
For context, we don't calculate totals on pivot tables for metric type `number`, because the `sum` of numbers is not a correct total. Let's take this example: I have a...
There are 2 ways IMO to get into this state. by creating triggering `start-preview`(with different names) , or using `preview` and killing with CRTL-C before deletion. > One idea: when...
> We can use cron jobs or similar to destroy preview projects after 1 day of being created. And have an option in the CLI command to adjust that time....
I still need to test the memory usage on large files :eyes:
Memory load testing (100k random results) This generates a 38mb jsonl file ## Saving files ### With streaming (not blocking API)   ``` const fileId = await this.streamResultsToLocalFile(async (writter)...
Memory load testing (50k rows) ## Streaming results ### With read buffer pipe  After downloading file  ``` if (res) { readStream.pipe(res); await...
* **#15354** : 5 dependent PRs ([#15391](https://github.com/lightdash/lightdash/pull/15391) , [#15398](https://github.com/lightdash/lightdash/pull/15398) , [#15418](https://github.com/lightdash/lightdash/pull/15418) and 2 others) 👈 (View in Graphite) * `main` This stack of pull requests is managed by Graphite. Learn...
Unrelated error ? 