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

### Issue Summary MongoDB Query Runner displays duplicated columns on querying without `fields`. ### Steps to Reproduce 1. Insert multiple records ``` test> db.hoge.find() [ { _id: ObjectId('6569ecd1214c2278faf58ca3'), name: 'test'...

Bug
Backend

Allow to add a table in python-string format in the sqlite command to extend the possibilities of the query_results, especially in combination with the python query runner. ## What type...

### Issue Summary @willvictor reported in https://github.com/getredash/redash/issues/6579: --- I did notice what seems to be a breaking change in the latest version: ![Screen Shot 2023-11-08 at 9 00 11 AM](https://github.com/getredash/redash/assets/4572207/d0ad23d2-75ab-4b29-bb7c-41ea18fd6e63)...

I am not sure if this is a bug or I am missing how to have them activated. Tis list: # Query Runners default_query_runners = [ "redash.query_runner.athena", "redash.query_runner.big_query", "redash.query_runner.google_spreadsheets", "redash.query_runner.graphite",...

Support Question

It would be great if there was the option to select a Color Schema that is used to auto select Colors. Currently, the colors are completely random and there is...

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

## What type of PR is this? Build multiarch docker images - [x] Refactor - [ ] Feature - [ ] Bug Fix - [ ] New Query Runner (Data...

Can not sort by Row Lable. In this image sort by month_formatted can not work. It's sort by alphabet. ![image](https://github.com/getredash/redash/assets/148329464/43043a0f-eed3-4bcc-861a-3333f77f9c8d)

Support Question

### Issue Summary When I tried runnig a query returning a lot of data (more than 3M rows) I get the following output on the worker: ``` func_name=redash.tasks.queries.execution.execute_query job.id=80709639-67b3-4738-9f01-ca63f5209a52 job=execute_query...

## What type of PR is this? - [x] Feature ## Description This is a new visualization meant for business KPIs. Ideally, Redash would have a plugin system and some...

Frontend
Visualizations