frictionlessdata / tableschema-bigquery-py

Generate BigQuery tables, load and extract data, based on JSON Table Schema descriptors.
MIT License
18 stars 1 forks source link

Review Storage.iter/write #34

Closed roll closed 7 years ago

roll commented 8 years ago

Overview

It could be refactored using some row mapper. Also the latest improvements in jsontableschema could simplify the code (additional date/datetime conversions for now).

roll commented 7 years ago

OUTDATED