Jose Rego
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...
Closes: ### Description: - Add a util function to get item type - simplify switch case in sort method ### Reviewer actions - [ ] I have manually tested the...
### Description  ### Steps to Reproduce the Bug or Issue Add a new sql custom dimension that references a dimension from a joined table....
### 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...
### 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...
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.
### 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...
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...
### 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...