スキーマを作る。
posts.json:
[ { "name": "id", "type": "INTEGER" }, { "name": "title", "type": "STRING" }, { "name": "created_at", "type": "TIMESTAMP" } ]
テーブルを作る。
$ bq mk -t my_dataset.posts ./posts.json
便利じゃのう。
Name
Homepage Option
Body