redash icon indicating copy to clipboard operation
redash copied to clipboard

Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.

Results 435 redash issues
Sort by recently updated
recently updated
newest added
trafficstars

Currently JSON columns are closed by default, which makes sense for some of the use cases but not for others. We need to add an option to expand those by...

Frontend
Visualizations
Visualizations: Table
backlog

## What type of PR is this? - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] New Query Runner (Data Source) - [ ]...

## What type of PR is this? - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] New Query Runner (Data Source) - [ ]...

### Issue Summary Chart values always equals 0 on hover. ### Steps to Reproduce 1. Run SQL query: ``` SELECT 5 as atc_count, 7 as qty_users UNION ALL SELECT 8,1...

Bumps [authlib](https://github.com/lepture/authlib) from 0.15.5 to 1.3.1. Release notes Sourced from authlib's releases. Version 1.3.1 Prevent OctKey to import ssh and PEM strings. Version 1.3.0 Bug fixes Restore AuthorizationServer.create_authorization_response behavior, via...

dependencies
python

Issue with datetime fields in SQL Server using an ODBC data source, where if the datetime column has nulls, the values are sometimes displayed as EPOCH time and if the...

### Issue Summary Trying to create a query that gets a date and time range filter as a parameter, I noticed that the counter was different than doing it directly...

Bug

We ran into an issue with our groups not showing any data sources. I traced it to our `GET /api/groups/{id}/data_sources` call returning a 500. Sentry records an error (really helpful,...

### Issue Summary The following commit https://github.com/getredash/redash/commit/4d5103978bdc20900f205532b48356ec80339632, introduced a regression. As `simplejson` was replaced with `json` strict JSON validation is now enforced. The belief is that JSON validation was enforced...

### Issue Summary Postgres data source BYTEA columns break the UI and must be manually hidden ### Steps to Reproduce 1. Add a postgres data source with a table my_table...