getredash/redash

Add support for BigQuery's RECORD field type

Open

#4.207 geöffnet am 2. Okt. 2019

Auf GitHub ansehen
 (6 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Python (24.845 Stars) (4.236 Forks)batch import
Backendhacktoberfesthelp wanted

Beschreibung

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.

Contributor Guide