redash
redash copied to clipboard
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
(This applies to the currently latest stable released Docker version of Redash.) When integrating with the Redash API (or any API), it is crucial to be able to distinguish between...
## What type of PR is this? i wan to Fix #6409 - don't use mixed-type variables - allow for non-quoted worksheet titles (single word) - verify 0/1 indexing of...
### Issue Summary The Map (Markers) widget does not center on the markers. Instead, it seems to center on the IP address of the client which can be half a...
### Issue Summary We have created groups and added users under them. The moment the user connects and disconnects Redash, the allocated group is removed and the user has access...
## What type of PR is this? - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] New Query Runner (Data Source) - [ ]...
I deployed Redash using latest Helm chart where default version is 24.04. However, after I updated the image version to the latest 24.07 and now i am getting redis connection...
Please see [this discussion](https://github.com/getredash/redash/discussions/7074). It seems like a bug to me. Any support is appreciated.
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.28.1 to 2.8.0. Release notes Sourced from sentry-sdk's releases. 2.8.0 Various fixes & improvements profiler_id uses underscore (#3249) by @Zylphrex Don't send full env to subprocess (#3251)...
## What type of PR is this? - [ ] Refactor - [ ] Feature - [x] Bug Fix - [ ] New Query Runner (Data Source) - [ ]...
HTML: Nginx: server { listen 8080; server_name _; location / { proxy_pass http://xxx:5000; more_set_headers "Access-Control-Allow-Origin: * "; more_set_headers "X-Content-Security-Policy: default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval'; font-src 'self' data:;...