mozilla / jsonschema-transpiler

Compile JSON Schema into Avro and BigQuery schemas
Mozilla Public License 2.0
42 stars 10 forks source link

Use timestamp rather than datetime in bq #70

Closed fbertsch closed 5 years ago

fbertsch commented 5 years ago

TIMESTAMP type can be partioned on, but DATETIME cannot.

I ain't angry, but I'm angry.

fbertsch commented 5 years ago

Addresses #69.

fbertsch commented 5 years ago

This is how we do it currently, but I can verify.