-
Getting following error at the time of testing the mysql connection in redash :
(2059, 'Plugin caching_sha2_password could not be loaded: /usr/lib/x86_64-linux-gnu/mariadb19/plugin/caching_sha2_pas…
-
### Issue Summary
The query result in a table displays large numbers as `NaN` (e.g. `U128(1e21)`).
### Steps to Reproduce
1. For a clickhouse data source execute the query:
```sql
SELEC…
-
SQLPad will be needed to support **Add Parameter** functionality, which has been implemented in [Redash](https://github.com/getredash/redash)
![image](https://user-images.githubusercontent.com/1353…
-
The following query displays as `NaN` in the `Table` visualisation:
```
select 1e-7 as col
```
Interestingly, the following displays as `0.00`
```
select 1e-6
```
In this case, the `Ch…
-
Hello,
i m using reanimated v2 and the newest version of redash
i get this:
TypeError: (0, _$$_REQUIRE(_dependencyMap[19], "react-native-redash").useTimingTransition) is not a function. (In…
-
Hi,
I'm trying to migrate all settings of an instance of Redash, but when i run the command `redash-migrate dashboards`, i get this error:
`500 Server Error: INTERNAL SERVER ERROR for url: http://…
-
I suspect this is similar to #20 and #15, but perhaps is just it showing up in the recently added Python support.
```csharp
using XPlot.Plotly;
using Freshli;
using Freshli.Languages.Ruby;
us…
-
### Issue Summary
The Athena schema refresh fails due to a worker timeout of 30 secs. I've checked the relevant query and it is taking around 500 sec as there lot of DBs, tables, and a lot of queries…
-
### Issue Summary
As per https://redash.io/help/user-guide/integrations-and-api/api the dashboard API is `/api/dashboards/`. But as per the source code https://github.com/getredash/redash/blob/…
-
Hi all. I have the same problem as #119 I need to migrate a database from a previous redash docker installation to redash installed by this chart, but I don't have a password for the postgres user. I…