redash
redash copied to clipboard
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
### Issue Summary Upgrading from `redash/redash:10.1.0.b50633` to `redash/redash:25.1.0` -- db migration fails. I updated my docker compose file to use ` pgautoupgrade/pgautoupgrade:latest` ### Steps to Reproduce ``` $ docker compose...
I created a textbox with four links to other dashboards and shared the URL. However, the dashboards only appear after the user refreshes the page. Why does this happen?
### Issue Summary When using alert template macro (ex: `{{QUERY_RESULT_ROWS}}`, [cf](https://redash.io/help/user-guide/alerts/custom-alert-notifications)) in alert body, the result is HTML escaped and its JSON format is broken like this: ``` [{'column': 1}]...
### Issue Summary `Error running query: (psycopg2.IntegrityError) null value in column "data" violates not-null constraint DETAIL: Failing row contains (12, 1, 2, ----------------------------ca, SELECT * FROM myDB.myTable LIMIT 100, null,...
### Issue Summary For large MondoDB aggregation, we have to allow for disk use, but this seems to fail in redash queries ### Steps to Reproduce 1. Create an aggregation...
When I misconfigured my Presto connector (i.e. left the catalog field empty), when testing the connection, it would cause the Redash server to throw an exception. The exception is complaining...
## What type of PR is this? - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] New Query Runner (Data Source) - [ ]...
## What type of PR is this? - [x] Other ## Description Now, the prettier version used on CI is different from the local version defined in package.json . This...
### Issue Summary I am creating a custom Dockerfile from `redash/redash:latest`. During the build process of the image, I run a `.sh` script that uses the Redash CLI to create...
### Issue Summary Formatting issue while sending custom message on slack ### Steps to Reproduce 1. Create alert with custom template with body. - Following Queries Are Blocked For More...