Jose Rego

Results 79 issues of Jose Rego

### Description Be able to see row totals. Specially on pivoted tables. ### What problem does this solve? Same problem column totals solves.

✨ feature-request
🖥 frontend
📓 table visualization

The user type has email as optional but it shouldn't happen. It was marked optional since when we query the user from the DB the email comes from a different...

⚙️ backend
tech-debt

### Our code: ``` betterAjvErrors( lightdashDbtYamlSchema, schemaFile, validate.errors || [], { indent: 2 }, ); ``` ### Values: **schemaFile** is `undefined` **validate.errors** is ``` [ { instancePath: '', schemaPath: '#/type',...

Please answer these questions before submitting your issue. Thanks! 1. What version of NodeJS are you using (`node --version` and `npm --version`)? v14.17.5 2. What operating system and processor architecture...

Trying to `npm install` after cloning the repo. Getting the following error: ``` ❯ npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR!...

Now that [echarts supports server side rendering ](https://apache.github.io/echarts-handbook/en/how-to/cross-platform/server/), could we support it here as well ? I know we might have limitations specially with canvas but we could support ssr...

Copy of this issue from the legacy repository https://github.com/brianc/node-pg-query-stream/issues/51 When using `pg-query-stream` is there a way to get the field description at the beginning or end of the stream?

Closes: ### Description: Context: we need to first create a query and then use the query ID to fetch the results. Problem: `@tanstack/react-query` useQuery was caching the query ID so...

🐛 bug
🖥 frontend

Closes: ### Description: Context: when a user selects dimensions we ask dbt semantic layer to return all valid metrics for those dimensions. And the opposite, when a user selects metrics...

### Description ### To Reproduce Run `lightdash generate with --assume-yes` but the CLI is still stopping for prompts. ![Screenshot 2024-02-26 at 10 44 40](https://github.com/lightdash/lightdash/assets/9117144/6339f611-7be6-4634-baf0-af4334f821b9) ### App Version

🐛 bug
🎮 CLI
💜 customer support
👋 open-contribution