Jesse
Jesse
## What type of PR is this? - [x] Refactor ## Description `docker-compose build` fails while installing `requirements_all_ds.txt` on Apple Silicon because some data source dependencies are pinned to versions...
### Issue Summary In https://github.com/getredash/redash/pull/4595 we added logic that sorts schema tokens alphabetically. But this logic silently ignores all keys in the schema dictionary except for `name` and `columns`. However,...
## What type of PR is this? (check all applicable) - [x] Other ## Description Follow up to #5645 which adds a cypress test verifying the dashboard page won't crash...
### Issue Summary The number formatting options are disabled when I make a counter visualization from a decimal number. ### Steps to Reproduce 1. Create a new query against ~any...
Been playing around with this tonight but I've hit a wall. I want to hide certain menu links from users that don't have permission to access those links. In theory,...
Since we're planning to deprecate mssql anyway, it makes sense to handle this during migration.
The `export-queries` script was added to redash-toolbelt from an existing script. It writes for metadata to the top of each file in addition to the query text: - Name -...
It's not clear from the CLI that 'no news is good news'.
From [this gist](https://gist.github.com/arikfr/ab39499738976a61855f98cc62d39e52)
- [ ] Update `client.py` - [ ] Add the migration script - [ ] Add an entrypoint in `pyproject.toml` for the script - [ ] Update blog - [...