redash
redash copied to clipboard
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
## What type of PR is this? Change query_hash calculation method. Example - Query: `select c1, c2 from table where c3="{{ key }}"` - Parameter: key=value - Apply Auto Limit...
### Issue Summary I'm installing redash using `https://getredash.github.io/contrib-helm-chart/redash`, helm chart version `3.0.1` ### Steps to Reproduce Use the following values: ```image: repository: .dkr.ecr.ap-southeast-1.amazonaws.com/redash tag: latest pullPolicy: IfNotPresent redash: cookieSecret: secretKey:...
## What type of PR is this? - [ ] Refactor - [ ] Feature - [ ] Bug Fix - [ ] New Query Runner (Data Source) - [...
### Issue Summary Before this PR https://github.com/getredash/redash/pull/6687, the data returned by query runners are json strings. Hence the `data_length` calculated by `len(data)` makes sense: https://github.com/getredash/redash/blob/60a12e906efb8f7948fdbe5e013249b8b0c0089a/redash/tasks/queries/execution.py#L194-L200 But after https://github.com/getredash/redash/pull/6687, `data` is...
Hi, I want to deploy Redash on my AWS EKS using Helm, but I couldn't find proper documentation. I aim to deploy Redash on my EKS cluster using my own...
## What type of PR is this? - [ ] Refactor - [x] Feature - [ ] Bug Fix - [ ] New Query Runner (Data Source) - [ ]...
## What type of PR is this? - [x] Refactor ## Description Created Moment in ISO 8601 format instead of using the default Date() constructor. ## How is this tested?...
Thank you for reading the problem. When I open a new query, I get the error shown in the image below. When I run it, I get the error shown...
Thank you for reading the problem. print() is not output in python query. As shown in the image below, the processing up to line 54 is output properly. However, when...
### Issue Summary Supervisorctl Status command not working so it might be leading to `autorestart` not working for programs. ### Steps to Reproduce 1. Login into adhoc worker container 2....