Jose Rego

Results 79 issues of Jose Rego

How does Metlo detect params? Some request paths are marked with incorrect parameters. The current path in Metlo: `/api/{param1}/org/{param2}` Expected `/api/{param1}/org/onboardingStatus` Route source: https://github.com/lightdash/lightdash/blob/e6057c27c37659235e1617527e8a6e27881ee9bc/packages/backend/src/routers/organizationRouter.ts#L176 Could it use the express routes...

question

Closes: ### Description: - Add a util function to get item type - simplify switch case in sort method ### Reviewer actions - [ ] I have manually tested the...

tech-debt
⚡️ LightSmash Day

### Description ![Screenshot 2024-05-17 at 10 18 25](https://github.com/lightdash/lightdash/assets/9117144/7a0c5797-3cc1-4358-9289-33a47bb8706c) ### Steps to Reproduce the Bug or Issue Add a new sql custom dimension that references a dimension from a joined table....

🐛 bug
🖥 frontend
👋 open-contribution

### Description Atm you can have a custom dimension and a table calculation with the same id. This will throw and error when querying and you can't remove the table...

🐛 bug
🖥 frontend
👋 open-contribution

### Description Tech notes: Bin dimensions can generate CTE and multiple columns ( aka selects). So to make filters work with bin dimensions we need to refactor this part. First...

✨ feature-request

Remove the feature flag at the end of the milestone.

**Link to existing docs:** https://docs.lightdash.com/guides/how-to-create-custom-fields **Changes?** New subsection for custom SQL dimensions.

📖 documentation

### Description Non developers/admins will get an error when seeing the underlying data of a saved chart that has custom SQL dimension. This is because the metric query is generated...

✨ feature-request

Info: - explain where the results are cached. S3 bucket where files have max age of 1 day - where/when the cache is applied. eg: dashboards / chart view page...

📖 documentation

### Description Knex sporadically errors when getting a connection. Found this related thread https://github.com/knex/knex/issues/3523 Knex docs recommend setting min pool connection to 0. > Note that the default value of...

🐛 bug
⚙️ backend