Jose Rego
Jose Rego
### Description At the moment, the FE gets network errors when fetching slack configuration/channels but slack is not configured. This happens in a few places in the app (schedulers, slack...
I want to render in the server a react page that includes a Vega chart. Is this possible? At the moment the example code only returns an empty div. ``````...
### Description We listen for "enter" and Ctrl/Cmd + C to terminate the preview command and delete the preview project. We should listen if the terminal was closed/interrupted. ### Steps...
### Description Return a Lightdash URL instead of the signed S3 URL. 1. generate image (eg for schedule delivery) 2. save in the DB the file info (org, project, file...
### Description "Can't find enough results" error can show in two scenarios: - query returned 0 rows - if the threshold uses a increase/decrease rule and query returned 1 row...
We changed the method used by this script to find a user by verified email. The problem is that self hosted users are likely to have unverified emails as they...
### Description Please explain the changes you made here. Closes: https://github.com/snowflakedb/snowflake-connector-nodejs/issues/907 Pass the `callback` to `heartbeat` method. This bug was introduced in https://github.com/snowflakedb/snowflake-connector-nodejs/pull/502 ### Checklist - [x] Format code according...
### Description When a PR is merged/closed before the preview project is created the preview isn't deleted. Organizations end up with a lot of "legacy" previews and need to delete...
Relates to: [#961](https://github.com/lightdash/lightdash/issues/961) Note this only adds the logic in the backend but doesn't have any impact on UI at the moment. ### Description: Added metric inflation warnings to detect...
### Description Scheduled deliveries sporadically fail with error: ``` SmptError: Failed to send email. Error: read ECONNRESET at EmailClient.sendEmail (/usr/app/packages/backend/dist/clients/EmailClient/EmailClient.js:73:23) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async CommercialSchedulerWorker.sendEmailNotification (/usr/app/packages/backend/dist/scheduler/SchedulerTask.js:1149:17) at async /usr/app/packages/backend/dist/scheduler/SchedulerWorker.js:139:21...