Robert Myers

Results 2 issues of Robert Myers

When generating a schema for BigQuery, only the first member of the array is looked at for schema generation. If this object contains optional fields, looking at one member may...

Given an object such as ```javascript { dateField: "2019-03-04 12:13:14" } ``` A BigQuery schema is generated that considers that a DATE. If you then attempt to insert into the...