getredash/redash

Add support for BigQuery's RECORD field type

Open

Aperta il 2 ott 2019

Vedi su GitHub
 (6 commenti) (1 reazione) (0 assegnatari)Python (24.845 star) (4236 fork)batch import
Backendhacktoberfesthelp wanted

Descrizione

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.

Guida contributor