redash
redash copied to clipboard
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
### Issue Summary Query editor: format query feature breaks syntax of Postgres JSON operator ### Steps to Reproduce 1. `WHERE keywords @> '[{"keyword":{"id":12345}}]'` 2. Valid according to: https://www.postgresql.org/docs/12/functions-json.html 3. Gets...
## What type of PR is this? - [x] Bug Fix ## Description This PR fix colum type check bug in frontend (#5369) due to fuzzy datetime type checking. Text...
When running a ms sql stored procedure that updates or inserts data the update/insert was not happening. As discussed here https://discuss.redash.io/t/insert-or-update-query-does-not-apply-in-sql-server/1233 It was suggested to commit the transaction. We have...
## What type of PR is this? - [x] Refactor - [ ] Feature - [ ] Bug Fix - [ ] New Query Runner (Data Source) - [ ]...
## What type of PR is this? - [X] Refactor - [ ] Feature - [ ] Bug Fix - [ ] New Query Runner (Data Source) - [ ]...
### Issue Summary can not connect aws athena ### Steps to Reproduce 1. create the athena type data source 2. fill all the input 3. checked the checkbox "Use Glue...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
### What happened? There are 1 security vulnerabilities found in passlib 1.7.1 - [MPS-2022-15020](https://www.oscs1024.com/hd/MPS-2022-15020) ### What did I do? Upgrade passlib from 1.7.1 to 1.7.3 for vulnerability fix ### What...
## What type of PR is this? - [x] Refactor ## Description Commits to improve/refactor/update the Redash project to current docker specs. ## How is this tested? - [x] Manually...
### Issue Summary I've tried changing Log Level for redash to `ERROR`, but RQ keeps logging `INFO` level. As I have my host connected to New Relic and I am...