getredash/redash

MySQL: support POINT data type

Open

Aperta il 25 ago 2019

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Python (24.845 star) (4236 fork)batch import
Backendhelp wanted

Descrizione

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.

Guida contributor