redash
redash copied to clipboard
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
When we upgrade v8.0.0 to v10.0.0, I have a error log `unexpected EOF on client connection with an open transaction` with postgres for exec cmd docker logs -f xxxx. Not...
Bumps [terser](https://github.com/terser/terser) from 4.6.11 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
PyAthena added support for Catalogs in https://github.com/laughingman7743/PyAthena/issues/220 and it'd be great if redash also supported them. What I think needs to be done: - [ ] Update `athena.py` to include...
### Issue Summary Environment: Docker / Linux Browser: N/A If the Scheduler container does not stop cleanly, frequently it will be unable to restart all together. While I don't have...
## What type of PR is this? - [X] Bug Fix - [X] Other ## Description This upgrades the rq-scheduler package to version 0.10.0 which is less sensitive to disruption...
### Issue Summary "RedshiftIAM object does not contain ssl_config" error when attempting to establish connection to Redshift using IAM role. ### Steps to Reproduce 1. Create new data source Redshift...
### Issue Summary For Chart Type Box, the Data Labels {{ column_name }} entry does not work as expected. ### Steps to Reproduce 1. Load a dataset with outliers and...
## What type of PR is this? - [x] Refactor ## Description `docker-compose build` fails while installing `requirements_all_ds.txt` on Apple Silicon because some data source dependencies are pinned to versions...
### Issue Summary Hope support influxdb v2.0 ### Steps to Reproduce 1. data source only support influxdb v1.x, we want to use influxdb v2.0 with redash ### Technical details: *...
- localStorage.getItem("lastSelectedDataSourceId") returns string value - Since this structure is not based on TS, I suggest parse three items in dataSourceIds. Or you can parse just localStorage.getItem("lastSelectedDataSourceId") ## What type...