redash
redash copied to clipboard
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
### Issue Summary While investigating #5820 , I noticed that we have some very old versions of images on the setup repo - namely, this old nginx container that doesn't...
### Issue Summary A team at our org has a tool that created a table in redshift with and incredibly unusual name, containing a few characters that broke a query...
## What type of PR is this? fixed one of tests, which fails, when running cypress tests without db recreation - [ ] Refactor - [ ] Feature - [x]...
## What type of PR is this? - New Query Runner (Data Source) ## Description This PR adds support for duckdb query runner. DuckDB is an OLAP database used by...
I have an idea. Why Redash does not support format parquet file? It's good for supporting large data efficiently. And I think it is a trend for storage data, and...
## What type of PR is this? (check all applicable) - [x] Feature ## Description Added new Env Variable REDASH_FEATURE_VIEW_UNPUBLISH_QUERIES and updated include_drafts param to get value from REDASH_FEATURE_VIEW_UNPUBLISH_QUERIES 1....
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...
### Issue Summary When performing a `POST` call to `api/groups/id` with a payload to update/edit group permissions, the request comes back without the permissions set to the new permissions in...
We have several issues with our autocomplete: 1. It has performance issues, hence we disable it for schemas with too many tokens. This happens because we pass all the tokens...
### Issue Summary Thank you for checking my question. I want to perform a very long process in python. But processing will be forced to stop after about 30 minutes....