redash
redash copied to clipboard
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
### Getting error in webhook Traceback (most recent call last): File “/app/redash/destinations/webhook.py”, line 50, in notify timeout=5.0, File “/usr/local/lib/python3.7/site-packages/requests/api.py”, line 116, in post return request(‘post’, url, data=data, json=json, **kwargs) File...
## What type of PR is this? - [ ] Refactor - [ ] Feature - [x] Bug Fix - [ ] New Query Runner (Data Source) - [ ]...
This is kind of a feature request but basically a bug also: If the SQL table name has a space [ ] in it's name, the query results into an...
Looks like all my queries work but just noticed that "select * from any_table" results in the following error: Error running query: 'utf8' codec can't decode bytes in position 0-1:...
sql schema columns use English , visualization display by title, if download x file , heades use visualization , it is perfect
## What type of PR is this? - [ ] Refactor - [ ] Feature - [x] Bug Fix - [ ] New Query Runner (Data Source) - [ ]...
Looks like bahrain was not defined in `viz-lib/src/visualizations/choropleth/maps/countries.geo.json` which has resulted in missing the country from the map.
In the docker image of the current version (redash/redash:10.1.0.b50633), the option REDASH_GUNICORN_TIMEOUT does not work. You can see the usage of the parameter here: [https://github.com/getredash/redash/blob/master/bin/docker-entrypoint#L35-L36](https://github.com/getredash/redash/blob/master/bin/docker-entrypoint#L35-L36) In the real image, we...
* **Redash Version:** Version: 8.0.0+b32245 (a16f551e) * **Browser/OS:** Chrome / MacOS 84.0.4147.105 * **How did you install Redash:** Self hosted AWS AMI _(ami-0b97435028ca44fcc)_ As it currently stands Redash does not...
We have an error: `Exception on /oauth/google_callback` Error is caused by: `psycopg2.errors.StringDataRightTruncation: value too long for type character varying(320)` And the problem is in `profile_image_url` - in log I can...