example/schema.json in bigquery_migration-0.2.0 vs example/schema.json in bigquery_migration-0.2.1
- old
+ new
@@ -16,7 +16,11 @@
"type":"FLOAT"
},
{
"name":"boolean",
"type":"BOOLEAN"
+ },
+ {
+ "name":"date",
+ "type":"DATE"
}
]