getredash/redash

Add support for BigQuery's RECORD field type

Open

#4,207 创建于 2019年10月2日

在 GitHub 查看
 (6 评论) (1 反应) (0 负责人)Python (4,236 fork)batch import
Backendhacktoberfesthelp wanted

仓库指标

Star
 (24,845 star)
PR 合并指标
 (平均合并 9天 5小时) (30 天内合并 3 个 PR)

描述

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.

贡献者指南