Jose Rego

Results 123 comments of Jose Rego

* **#15436** : 2 dependent PRs ([#15440](https://github.com/lightdash/lightdash/pull/15440) , [#15458](https://github.com/lightdash/lightdash/pull/15458) ) 👈 (View in Graphite) * **#15434** * `main` This stack of pull requests is managed by Graphite. Learn more about...

I have read the CLA Document and I hereby sign the CLA

@anshul45 changed hook to return undefined instead of an empty array when the data was not ready. Also made the loading /skeleton just on the input so it fits nicely...

> working on it @anshul45 I already pushed the changes 👍

It seems enabling pool connection didn't fix this problem. We should try adding a retry mechanism when this error happens.

Execution plan: - add REPL scripts that fix chart&dashboards slug uniqueness across all projects - test scripts in production, with `dryRun:true` option ( note these may case a high amount...

Intermediate plan: - Model should use the new util `generateUniqueSlugScopedToProject` instead of `generateUniqueSlug` - Change the argument from `forceSlug` to `exactSlug` and throw an error if that slug already exists...

Related to https://github.com/lightdash/lightdash/issues/9769

> how can we get the name of dashboards and charts easily? we don't track their names at the moment. We can create a ticket to add this. > Also...