getredash/redash

Add support for BigQuery's RECORD field type

Open

#4207 aperta il 2 ott 2019

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

Metriche repository

Star
 (24.845 star)
Metriche merge PR
 (Merge medio 9g 5h) (3 PR mergiate in 30 g)

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