redash
redash copied to clipboard
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
### Issue Summary In https://github.com/getredash/redash/pull/4595 we added logic that sorts schema tokens alphabetically. But this logic silently ignores all keys in the schema dictionary except for `name` and `columns`. However,...
## What type of PR is this? (check all applicable) - [x] Feature ## Description Add China map to visualization map(Choropleth) ## Related Tickets & Documents ## Mobile & Desktop...
A duplicate of #5737 with additional commits that automatically address incorrect style, created by [Restyled][]. :warning: Even though this PR is not a Fork, it contains outside contributions. Please review...
## What type of PR is this? (check all applicable) - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [x] New Query Runner (Data Source)...
## What type of PR is this? (check all applicable) - [x] Feature ## Description If you use a workgroup with output_location set, you can omit the s3_staging_dir setting. The...
Currently Redash requires signed SAML assertions. This is mostly legacy functionality, and isn't needed when the response itself is signed. Most IdPs will not sign assertions by default (requiring special...
### Issue Summary The heatmap visualization sometimes chooses dark-on-dark colors that are hard to read. See the screenshot - some quantities are white on dark (or black on light) colors,...
### Issue Summary I have setup the SAML dynamic with our internal keycloak server. It works fine but sometime the request ends up with 500. As soon as I click...
The output generated from a Date/Time parameter should be ISO compliant at the very minimum. Or then configurable. As an example Elasticsearch offers at least 20 readable query formats and...
### Issue Summary Implicit conversioning 'YYYY-MM-DD' TextFields as UnixTime Milliseconds. On the other hands, 'YYYY/MM/DD' and other Text Format get as it's original form. This behavior seem to get all...