getredash/redash

MySQL: support POINT data type

Open

#4,094 opened on Aug 25, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (4,236 forks)batch import
Backendhelp wanted

Repository metrics

Stars
 (24,845 stars)
PR merge metrics
 (Avg merge 6d 17h) (2 merged PRs in 30d)

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.

Contributor guide