Open sqlrob opened 5 years ago
Given an object such as
{ 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 table with that same object, the insert fails because BigQuery doesn't parse the field as a date
Given an object such as
A BigQuery schema is generated that considers that a DATE. If you then attempt to insert into the table with that same object, the insert fails because BigQuery doesn't parse the field as a date