6 comments (6 comments)1 reaction (1 reaction)0 assignees (0 assignees)Python4,236 forks (4,236 forks)batch import
Backendhacktoberfesthelp wanted
Repository metrics
- Stars
- 24,845 stars (24,845 stars)
- PR merge metrics
- Avg merge 9d 5h (Avg merge 9d 5h)3 merged PRs in 30d (3 merged PRs in 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.
Contributor guide
- Research direction
- Investigate how Redash handles MongoDB nested fields and apply similar logic to BigQuery RECORD fields.
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- GitPython