getredash/redash

Add support for BigQuery's RECORD field type

Open

#4.207 aberto em 2 de out. de 2019

Ver no GitHub
 (6 comments) (1 reaction) (0 assignees)Python (4.236 forks)batch import
Backendhacktoberfesthelp wanted

Métricas do repositório

Stars
 (24.845 stars)
Métricas de merge de PR
 (Mesclagem média 9d 5h) (3 fundiu PRs em 30d)

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.

Guia do colaborador