getredash/redash

Add support for BigQuery's RECORD field type

Open

#4 207 ouverte le 2 oct. 2019

Voir sur GitHub
 (6 commentaires) (1 réaction) (0 assignés)Python (24 845 stars) (4 236 forks)batch import
Backendhacktoberfesthelp wanted

Description

Currently when you query a RECORD field type, you will get some weird object in the query output (see example). Instead we need to deconstruct it into separate columns (field.sub_field) like we do for MongoDB.

Guide contributeur