getredash/redash

MySQL: support POINT data type

Open

#4 094 ouverte le 25 août 2019

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Python (4 236 forks)batch import
Backendhelp wanted

Métriques du dépôt

Stars
 (24 845 stars)
Métriques de merge PR
 (Merge moyen 9j 5h) (3 PRs mergées en 30 j)

Description

Currently when querying a POINT data type it will fail, because MySQL returns a binary encoded value.

Ideally Redash would decode the POINT components (x,y) and return those, but I couldn't find an obvious way in Python to do this conversion.

Guide contributeur