redash
redash copied to clipboard
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
I setup the Redash via `docker-compose`. But when I try to create a new datasource. I get the error message from UI: CSRF Token is Missing. Did I miss something...
When dropping a "week" time series to get weekly metrics into the re:dash pivot table, re:dash appears to order based on first letter of the month instead of date/time eg....
## What type of PR is this? - [x] Bug Fix ## Description multi_byte_search_enabled option does not work for My Queries search and Favorite List search. This PR utilize multi_byte_search_enabled...
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...
## What type of PR is this? - [X] Feature ## Description DynamoDB data source can use only AWS credentials.\ This PR adds ability for DynamoDBSQL class to assume AWS...
### Issue Summary Shared dashboard chart always refresh when changed query data. But the dashboard query is ok when I open the dashboard in redash Dashboards list. ### Steps to...
Today to make a parameter optional, the user needs to have a workaround in the query logic itself. For example: ```sql select count(0) from queries where 'All' = '{{org_id}}' or...
This adds Asana as an alert destination. Asana tasks are created when an alert is triggers or recovers. ## What type of PR is this? - [x] New Alert Destination...
### Issue Summary When using Python Query Runner, the editor/dashboard keeps crashing if the "result" variable of my python code is missing "rows" field.  ### Steps to Reproduce 1....
## Preventing down app when request post with un-realize entry point - [ ] Refactor - [ ] Feature - [x] Bug Fix - [ ] New Query Runner (Data...